From 6aced26c35738555b969107305030546ac5526cf Mon Sep 17 00:00:00 2001
From: Gabi Melman <gmelman1@gmail.com>
Date: Thu, 19 Sep 2019 12:06:22 +0300
Subject: [PATCH] Update spdlog.cpp

---
 src/spdlog.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/spdlog.cpp b/src/spdlog.cpp
index c079de39..8f64f5a6 100644
--- a/src/spdlog.cpp
+++ b/src/spdlog.cpp
@@ -15,5 +15,6 @@
 #include "spdlog/details/log_msg_buffer-inl.h"
 #include "spdlog/logger-inl.h"
 #include "spdlog/sinks/sink-inl.h"
-
+ 
+// template instantiate logger with sinks init list
 template spdlog::logger::logger(std::string name, sinks_init_list::iterator begin, sinks_init_list::iterator end);