Subject: [Boost-bugs] [Boost C++ Libraries] #3072: [program options] regression test failures in VC10 Beta 1
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-24 16:35:50
#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
Keywords: |
---------------------------------------------------------+------------------
The Program options regression tests are all failing in VC10 beta 1.
e.g.
http://tinyurl.com/prf59j
http://tinyurl.com/qfxz8y
There are actually 3 failures:
1) Some calls to bind are ambiguous (might be either boost::bind or
std::tr1::bind). These can be fixed by explicitly calling boost::bind.
2) Theres an error about back_inserter not being defined from
detail/parsers.hpp. Adding an #include <iterator> fixes the error.
3) There is also a failure due to the issue described at
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=457199
. The issue occurs when trying to instantiate 'variables_map' from
variables_map.hpp
The attached patch fixes te first 2 issue, but i don't know if anything
can be done about the third.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3072> 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