id summary reporter owner description type status milestone component version severity resolution keywords cc 4099 boost/detail/algorithm.hpp - ambiguity between boost::begin and std::begin rwebb Jeremiah Willcock "A couple of the graph regression tests are failing on VC10 because the calls to 'begin' and 'end' on line 77 of boost/detail/algorithm.hpp are ambiguous (it can't decide whether to call boost::begin or std::begin). Qualifying both calls with boost:: is enough to get the graph tests passing, but the other calls on line 66 might need changing as well to avoid similar problems elsewhere. (The error message for the failure isn't visible on the regression tests at this moment, but should appear when the results cycle)." Bugs closed Boost 1.43.0 range Boost Development Trunk Problem fixed