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

@@ -341,5 +341,5 @@ protected:
} // namespace spdlog
#ifndef SPDLOG_STATIC_LIB
#include "spdlog/impl/logger.cpp"
#include "logger-inl.h
#endif