mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-27 07:14:12 +08:00
wip static-lib
This commit is contained in:
parent
09e83937de
commit
130bc26b9a
@ -16,8 +16,6 @@
|
||||
|
||||
#include "spdlog/logger.h"
|
||||
#include "spdlog/logger-inl.h"
|
||||
template class std::shared_ptr<spdlog::sinks::sink>;
|
||||
template class std::function<void(const std::string &err_msg)>;
|
||||
template spdlog::logger::logger(std::string name, sinks_init_list::iterator begin, sinks_init_list::iterator end);
|
||||
|
||||
#include "spdlog/async_logger.h"
|
||||
|
Loading…
Reference in New Issue
Block a user