mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
Update spdlog.cpp
This commit is contained in:
@@ -16,5 +16,5 @@
|
|||||||
#include "spdlog/logger-inl.h"
|
#include "spdlog/logger-inl.h"
|
||||||
#include "spdlog/sinks/sink-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);
|
template spdlog::logger::logger(std::string name, sinks_init_list::iterator begin, sinks_init_list::iterator end);
|
||||||
|
Reference in New Issue
Block a user