[Boost-bugs] [Boost C++ Libraries] #4099: boost/detail/algorithm.hpp - ambiguity between boost::begin and std::begin

Subject: [Boost-bugs] [Boost C++ Libraries] #4099: boost/detail/algorithm.hpp - ambiguity between boost::begin and std::begin
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-04-13 22:26:19


#4099: boost/detail/algorithm.hpp - ambiguity between boost::begin and std::begin
--------------------------------------------------+-------------------------
 Reporter: rwebb <richard.webb@…> | Owner: neilgroves
     Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: range
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
--------------------------------------------------+-------------------------
 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).

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4099>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC