mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Added extern template declarations
This commit is contained in:
@@ -18,3 +18,5 @@
|
||||
|
||||
// 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 class fmt::basic_string_view<char>;
|
||||
template class fmt::basic_memory_buffer<char, 250>;
|
Reference in New Issue
Block a user