Added extern template declarations

This commit is contained in:
gabime
2019-09-20 00:18:36 +03:00
parent 53ca5b2870
commit 5496491aa4
2 changed files with 6 additions and 6 deletions

View File

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