rethrnow non std exceptions to fix #533

This commit is contained in:
gabime
2021-05-01 00:29:36 +03:00
parent 8e3b1338a5
commit e9635c7b2d
3 changed files with 17 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ SPDLOG_INLINE thread_pool::~thread_pool()
t.join();
}
}
SPDLOG_CATCH_ALL() {}
SPDLOG_CATCH_STD
}
void SPDLOG_INLINE thread_pool::post_log(async_logger_ptr &&worker_ptr, const details::log_msg &msg, async_overflow_policy overflow_policy)