We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108016d commit fcac18cCopy full SHA for fcac18c
src/ystdlib/error_handling/TraceableException.hpp
@@ -29,7 +29,7 @@ class TraceableException : public std::exception, public std::source_location {
29
30
explicit TraceableException(
31
std::error_code error_code,
32
- char const* what,
+ std::string const& what,
33
std::source_location const& location = std::source_location::current()
34
)
35
: std::source_location{location},
0 commit comments