Skip to content
Snippets Groups Projects
Commit 798a721c authored by Bertrand Bellenot's avatar Bertrand Bellenot Committed by Danilo Piparo
Browse files

Add comment

parent 31efd478
No related branches found
No related tags found
No related merge requests found
......@@ -308,6 +308,8 @@ namespace ROOT {
if (nChunks == 0)
{
#ifdef _MSC_VER
// temporary work-around to silent the error C2668: 'ROOT::TThreadExecutor::Map':
// ambiguous call to overloaded function, due to a MS compiler bug
unsigned start = *args.begin();
unsigned end = *args.end();
unsigned seqStep = args.step();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment