Moved cpp files to inl.h

This commit is contained in:
gabime
2019-05-11 13:19:53 +03:00
parent 49708f209b
commit 9564eb2edb
26 changed files with 16 additions and 297 deletions

View File

@@ -34,5 +34,5 @@ struct log_msg
} // namespace spdlog
#ifndef SPDLOG_STATIC_LIB
#include "spdlog/impl/log_msg.cpp"
#include "log_msg-inl.h"
#endif