Added version() function

This commit is contained in:
gabime
2019-09-05 18:51:28 +03:00
parent d7f05722d4
commit 7f0398ca25
4 changed files with 13 additions and 2 deletions

View File

@@ -5,12 +5,13 @@
#error Please define SPDLOG_COMPILED_LIB to compile this file.
#endif
#include <mutex>
#include "spdlog/sinks/base_sink.h"
#include "spdlog/details/null_mutex.h"
#include "spdlog/details/file_helper-inl.h"
#include "spdlog/sinks/base_sink-inl.h"
template class spdlog::sinks::base_sink<std::mutex>;
template class spdlog::sinks::base_sink<spdlog::details::null_mutex>;