Files
boost_system/include/boost/system
Marcel Raad 86b031cab9 Fix error_code's operator<< for arbitrary basic_ostream specializations
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.
2021-12-21 13:17:26 +01:00
..
2018-09-16 07:06:04 +03:00
2020-08-28 02:00:20 +03:00
2020-08-27 15:45:07 +03:00
2020-08-27 16:35:32 +03:00
2020-08-27 17:22:24 +03:00