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

@@ -102,5 +102,5 @@ private:
} // namespace spdlog
#ifndef SPDLOG_STATIC_LIB
#include "spdlog/impl/registry.cpp"
#include "registry-inl.h"
#endif