Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3072: [program options] regression test failures in VC10 Beta 1
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-06-04 10:29:14
#3072: [program options] regression test failures in VC10 Beta 1
----------------------------------------------------------+-----------------
Reporter: Richard Webb <richard.webb_at_[hidden]> | Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: program_options
Version: Boost 1.38.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------------------------+-----------------
Comment(by Richard Webb <richard.webb_at_[hidden]>):
The compiler output says that std::tr1::bind is being found by ADL (which
i assume is because the calls have std::string and/or std::vector as
arguments).
VC10 actually declares bind in the tr1 namespace and then puts it into the
std namespace with a 'using tr1::bind', so i guess that it's finding the
one in std:: and then listing it as std::tr1:: in the error message.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3072#comment:4> 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:00 UTC