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

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