Update spdlog.cpp

This commit is contained in:
Gabi Melman 2019-09-19 12:06:22 +03:00 committed by GitHub
parent 2331750b58
commit 6aced26c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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);