Marcel Raad 86b031cab9 Fix error_code's operator<< for arbitrary basic_ostream specializations
This fixes a regression from commit
a9b64a888a.
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
2021-12-11 03:42:52 +02:00
2021-01-20 16:35:23 +05:30
2021-11-17 10:59:03 +07:00
2021-11-11 04:51:03 +02:00
2021-06-15 05:34:04 +03:00
2021-06-15 20:53:48 +03:00
2021-01-20 16:28:26 +05:30
Description
Boost.org system module
1.6 MiB
Languages
C++ 97.5%
CMake 2%
Shell 0.2%
Batchfile 0.2%