|
|
@ -6,9 +6,17 @@
|
|
|
|
// Copyright (c) 2012 - 2016, Victor Zverovich
|
|
|
|
// Copyright (c) 2012 - 2016, Victor Zverovich
|
|
|
|
// All rights reserved.
|
|
|
|
// All rights reserved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#pragma GCC diagnostic push
|
|
|
|
|
|
|
|
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
|
|
|
|
|
|
|
|
#pragma GCC diagnostic ignored "-Wsign-conversion"
|
|
|
|
|
|
|
|
|
|
|
|
#if !defined(SPDLOG_FMT_EXTERNAL)
|
|
|
|
#if !defined(SPDLOG_FMT_EXTERNAL)
|
|
|
|
#include "spdlog/fmt/bundled/format-inl.h"
|
|
|
|
#include "spdlog/fmt/bundled/format-inl.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#pragma GCC diagnostic pop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FMT_BEGIN_NAMESPACE
|
|
|
|
FMT_BEGIN_NAMESPACE
|
|
|
|
template struct FMT_API internal::basic_data<void>;
|
|
|
|
template struct FMT_API internal::basic_data<void>;
|
|
|
|