Opened 12 years ago
#4805 new Patches
Fix exec and exec-dynamic tests for MSVC10
Reported by: | 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)
Note:
See TracTickets
for help on using tickets.