This commit is contained in:
parent
c0b0c5d397
commit
c72dec6369
@ -48,7 +48,7 @@ protected:
|
|||||||
struct iostream_exception_handler final : i_exception_handler {
|
struct iostream_exception_handler final : i_exception_handler {
|
||||||
void handle_error(std::string_view function_name,
|
void handle_error(std::string_view function_name,
|
||||||
std::string_view msg) const override {
|
std::string_view msg) const override {
|
||||||
std::cerr << function_name << '|' << msg;
|
std::cerr << function_name << '|' << msg << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
void handle_exception(std::string_view function_name) const override {
|
void handle_exception(std::string_view function_name) const override {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user