Subject: [Boost-bugs] [Boost C++ Libraries] #4805: Fix exec and exec-dynamic tests for MSVC10
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-10-31 10:56:22
#4805: Fix exec and exec-dynamic tests for MSVC10
---------------------------------------------------------+------------------
Reporter: Matthew Bradbury <matt-bradbury@â¦> | Owner: dave
Type: Patches | Status: new
Milestone: To Be Determined | Component: Python
Version: Boost Development Trunk | Severity: Problem
Keywords: |
---------------------------------------------------------+------------------
Both of these tests fail due to an ambiguous call to std::string's
constructor which could be "std::string &&" or "char const*".
The fix is just to cast the result to a char const* before returning.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4805> 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:50:04 UTC