id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1516,[python] Failing VC9 regression tests,Richard Webb ,Dave Abrahams,"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); } }}} ",Bugs,closed,To Be Determined,python USE GITHUB,Boost Development Trunk,Problem,fixed,,