id summary reporter owner description type status milestone component version severity resolution keywords cc 3072 [program options] regression test failures in VC10 Beta 1 Richard Webb Vladimir Prus "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 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." Bugs closed Boost 1.40.0 program_options Boost 1.38.0 Problem fixed