Boost C++ Libraries: Ticket #1516: [python] Failing VC9 regression tests https://svn.boost.org/trac10/ticket/1516 <p> A number of the python regression tests are failing with 'ambiguous call to overloaded function' errors when run on VC9 - e.g. <a class="ext-link" href="http://tinyurl.com/2ewdwo"><span class="icon">​</span>http://tinyurl.com/2ewdwo</a> </p> <p> These tests build successfully if i either extend the SUNPRO workaround to be used for VC9: </p> <pre class="wiki">#if BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x580)) || BOOST_WORKAROUND(BOOST_MSVC, == 1500) </pre><p> or change the make_tuple calls to use the full namespace. for example line 47 of args.cpp: </p> <pre class="wiki">boost::python::tuple raw_func(tuple args, dict kw) { return boost::python::make_tuple(args, kw); } </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1516 Trac 1.4.3 Richard Webb <Richard.Webb@…> Thu, 03 Apr 2008 11:49:53 GMT <link>https://svn.boost.org/trac10/ticket/1516#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1516#comment:1</guid> <description> <p> This has been fixed now, so i guess the ticket can be closed. </p> </description> <category>Ticket</category> </item> <item> <author>Richard Webb <richard.webb@…></author> <pubDate>Sat, 30 May 2009 11:19:31 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1516#comment:2 https://svn.boost.org/trac10/ticket/1516#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> This was fixed ages ago - marking as such. </p> Ticket