Boost C++ Libraries: Ticket #4805: Fix exec and exec-dynamic tests for MSVC10 https://svn.boost.org/trac10/ticket/4805 <p> Both of these tests fail due to an ambiguous call to std::string's constructor which could be "std::string &amp;&amp;" or "char const*". </p> <p> The fix is just to cast the result to a char const* before returning. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4805 Trac 1.4.3 Matthew Bradbury <matt-bradbury@…> Sun, 31 Oct 2010 10:59:40 GMT attachment set https://svn.boost.org/trac10/ticket/4805 https://svn.boost.org/trac10/ticket/4805 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">python-fix-exec-test-msvc10.2.patch</span> </li> </ul> Ticket