|
|
@ -12,26 +12,15 @@
|
|
|
|
#pragma GCC diagnostic ignored "-Wsign-conversion"
|
|
|
|
#pragma GCC diagnostic ignored "-Wsign-conversion"
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
// fix warning C4996 under vs2015 about std::copy in fmt
|
|
|
|
|
|
|
|
#if defined(_MSC_VER) && _MSC_VER <= 1900
|
|
|
|
|
|
|
|
#pragma warning( push )
|
|
|
|
|
|
|
|
#pragma warning( disable : 4996 )
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if !defined(SPDLOG_FMT_EXTERNAL)
|
|
|
|
#if !defined(SPDLOG_FMT_EXTERNAL)
|
|
|
|
#include "spdlog/fmt/bundled/format-inl.h"
|
|
|
|
#include "spdlog/fmt/bundled/format-inl.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// pop warnings supressions
|
|
|
|
// pop warnings supressions
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(__GNUC__) || defined(__clang__)
|
|
|
|
#if defined(__GNUC__) || defined(__clang__)
|
|
|
|
#pragma GCC diagnostic pop
|
|
|
|
#pragma GCC diagnostic pop
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(_MSC_VER) && _MSC_VER <= 1900
|
|
|
|
|
|
|
|
#pragma warning( pop )
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FMT_BEGIN_NAMESPACE
|
|
|
|
FMT_BEGIN_NAMESPACE
|
|
|
|
template struct FMT_API internal::basic_data<void>;
|
|
|
|
template struct FMT_API internal::basic_data<void>;
|
|
|
|