Commit 369b2f7c authored by gabime's avatar gabime

Moved format.cpp into spdlog.cpp - this way only one src file is needed

parent 8b244ca9
...@@ -57,11 +57,10 @@ template class spdlog::sinks::ansicolor_sink<spdlog::details::console_stderr, sp ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment