Added extern tempalate declarations

This commit is contained in:
gabime
2019-09-20 01:28:02 +03:00
parent 5496491aa4
commit e7ab49c973
4 changed files with 17 additions and 8 deletions

View File

@@ -43,4 +43,6 @@ public:
#ifdef SPDLOG_HEADER_ONLY
#include "backtracer-inl.h"
#else
extern template class spdlog::details::circular_q<spdlog::details::log_msg_buffer>;
#endif