This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user