Update README.md

This commit is contained in:
Gabi Melman 2016-08-05 14:27:58 +03:00 committed by GitHub
parent e7debaacd7
commit 4fcde3b850
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ void user_defined_example()
//
void err_handler_example()
{
spdlog::set_error_handler([](const std::string& msg) {
std::cerr << "my err handler: " << msg << std::endl;
});