Restored error_handler as std::function

This commit is contained in:
gabime
2019-04-26 18:14:59 +03:00
parent e8d99cee70
commit ff89f1476d
5 changed files with 16 additions and 144 deletions

View File

@@ -12,7 +12,6 @@
#include "spdlog/async.h"
#include "spdlog/sinks/stdout_color_sinks.h"
int main(int, char *[])
{
using spdlog::sinks::stderr_color_sink_mt;