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

@@ -90,5 +90,5 @@ void wbuf_to_utf8buf(const fmt::wmemory_buffer &wbuf, fmt::memory_buffer &target
} // namespace spdlog
#ifndef SPDLOG_STATIC_LIB
#include "spdlog/impl/os.cpp"
#include "os-inl.h"
#endif