Boost C++ Libraries: Ticket #4099: boost/detail/algorithm.hpp - ambiguity between boost::begin and std::begin https://svn.boost.org/trac10/ticket/4099 <p> 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). </p> <p> 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. </p> <p> (The error message for the failure isn't visible on the regression tests at this moment, but should appear when the results cycle). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4099 Trac 1.4.3 Jeremiah Willcock Wed, 14 Apr 2010 00:07:06 GMT owner, status changed https://svn.boost.org/trac10/ticket/4099#comment:1 https://svn.boost.org/trac10/ticket/4099#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Neil Groves</span> to <span class="trac-author">Jeremiah Willcock</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Jeremiah Willcock Wed, 14 Apr 2010 00:16:24 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4099#comment:2 https://svn.boost.org/trac10/ticket/4099#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/61263" title="Disambiguated begin and end; fixes #4099">[61263]</a>) Disambiguated begin and end; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4099" title="#4099: Bugs: boost/detail/algorithm.hpp - ambiguity between boost::begin and std::begin (closed: fixed)">#4099</a> </p> Ticket