Opened 12 years ago

#4805 new Patches

Fix exec and exec-dynamic tests for MSVC10

Reported by: Matthew Bradbury <matt-bradbury@…> Owned by: Dave Abrahams
Milestone: To Be Determined Component: python USE GITHUB
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

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.

Attachments (1)

python-fix-exec-test-msvc10.2.patch (537 bytes ) - added by Matthew Bradbury <matt-bradbury@…> 12 years ago.

Download all attachments as: .zip

Change History (1)

by Matthew Bradbury <matt-bradbury@…>, 12 years ago

Note: See TracTickets for help on using tickets.