Update README.md
This commit is contained in:
		@@ -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;
 | 
				
			||||||
	}); 
 | 
						}); 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user