From 53ca5b287047d4394417c0b6a3940afe9a942698 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 19 Sep 2019 12:06:53 +0300 Subject: [PATCH] Update spdlog.cpp --- src/spdlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spdlog.cpp b/src/spdlog.cpp index 8f64f5a6..ef22d1b2 100644 --- a/src/spdlog.cpp +++ b/src/spdlog.cpp @@ -16,5 +16,5 @@ #include "spdlog/logger-inl.h" #include "spdlog/sinks/sink-inl.h" -// template instantiate logger with sinks init list +// template instantiate logger constructor with sinks init list template spdlog::logger::logger(std::string name, sinks_init_list::iterator begin, sinks_init_list::iterator end);