
4 Jan
2011
4 Jan
'11
8:31 a.m.
Compiler errors (ambiguous calls to begin/end) are generated, when ADL finds both std::begin/end and boost::begin/end in range-based for
Fixed in trunk (r67541) by Neil using the ADL barrier technique. Now, the unqualified begin/end calls do not cause ambiguities between boost::begin/end and std::begin/end. Thanks Neil! Regards, Michel