mirror of
https://github.com/boostorg/system.git
synced 2026-04-28 18:12:14 +02:00
86b031cab968a7656ee06abf2fbbff51b1bc0080
This fixes a regression from commit https://github.com/boostorg/system/commit/a9b64a888a24400cc2af9910a6ff88c3c4fd3210. Calling `operator<<` with `std::string` only works for `std::ostream`. Use `c_str()` to restore the previous behavior of using `const char*`, which works for any `basic_ostream` specialization.
Description
Boost.org system module
Languages
C++
97.6%
CMake
2%
Shell
0.2%
Batchfile
0.1%