|
|
@ -57,11 +57,10 @@ template class spdlog::sinks::ansicolor_sink<spdlog::details::console_stderr, sp
|
|
|
|
template void spdlog::details::fmt_helper::append_string_view(spdlog::string_view_t view, fmt::memory_buffer &dest);
|
|
|
|
template void spdlog::details::fmt_helper::append_string_view(spdlog::string_view_t view, fmt::memory_buffer &dest);
|
|
|
|
template spdlog::string_view_t spdlog::details::fmt_helper::to_string_view(const fmt::memory_buffer &buf) SPDLOG_NOEXCEPT;
|
|
|
|
template spdlog::string_view_t spdlog::details::fmt_helper::to_string_view(const fmt::memory_buffer &buf) SPDLOG_NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
// Slightly modified version of fmt lib's format.cc source file
|
|
|
|
// Slightly modified version of fmt lib's format.cc source file
|
|
|
|
// Copyright (c) 2012 - 2016, Victor Zverovich
|
|
|
|
// Copyright (c) 2012 - 2016, Victor Zverovich
|
|
|
|
// All rights reserved.
|
|
|
|
// All rights reserved.
|
|
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if !defined(SPDLOG_FMT_EXTERNAL)
|
|
|
|
#if !defined(SPDLOG_FMT_EXTERNAL)
|
|
|
|
#include "spdlog/fmt/bundled/format-inl.h"
|
|
|
|
#include "spdlog/fmt/bundled/format-inl.h"
|
|
|
|