[Boost-bugs] [Boost C++ Libraries] #1516: [python] Failing VC9 regression tests

Subject: [Boost-bugs] [Boost C++ Libraries] #1516: [python] Failing VC9 regression tests
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-12-09 21:58:19


#1516: [python] Failing VC9 regression tests
---------------------------------------------------------+------------------
 Reporter: Richard Webb <richard.webb_at_[hidden]> | Owner: dave
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: Python
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
---------------------------------------------------------+------------------
 A number of the python regression tests are failing with 'ambiguous call
 to overloaded function' errors when run on VC9 - e.g.
 http://tinyurl.com/2ewdwo

 These tests build successfully if i either extend the SUNPRO workaround to
 be used for VC9:

 {{{
 #if BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x580)) ||
 BOOST_WORKAROUND(BOOST_MSVC, == 1500)
 }}}

 or change the make_tuple calls to use the full namespace. for example line
 47 of args.cpp:

 {{{
 boost::python::tuple raw_func(tuple args, dict kw)
 {
     return boost::python::make_tuple(args, kw);
 }
 }}}

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1516>
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:49:57 UTC