Clean spdlog.cpp

pull/3285/head
gabime 1 year ago
parent 137de0244c
commit 7c44647d99

@ -11,7 +11,6 @@
namespace spdlog { namespace spdlog {
static std::shared_ptr s_context = static std::shared_ptr s_context =
#ifndef SPDLOG_DISABLE_GLOBAL_LOGGER #ifndef SPDLOG_DISABLE_GLOBAL_LOGGER
std::make_unique<details::context>(std::make_unique<logger>(std::string(), std::make_unique<sinks::stdout_color_sink_mt>())); std::make_unique<details::context>(std::make_unique<logger>(std::string(), std::make_unique<sinks::stdout_color_sink_mt>()));

Loading…
Cancel
Save