Commit 4fcde3b8 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent e7debaac
...@@ -192,7 +192,6 @@ void user_defined_example() ...@@ -192,7 +192,6 @@ void user_defined_example()
// //
void err_handler_example() void err_handler_example()
{ {
spdlog::set_error_handler([](const std::string& msg) { spdlog::set_error_handler([](const std::string& msg) {
std::cerr << "my err handler: " << msg << std::endl; std::cerr << "my err handler: " << msg << std::endl;
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment