mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
Reverted some external template declarations
This commit is contained in:
@@ -243,7 +243,4 @@ std::unique_ptr<T> make_unique(Args &&... args)
|
||||
|
||||
#ifdef SPDLOG_HEADER_ONLY
|
||||
#include "common-inl.h"
|
||||
#else
|
||||
extern template class fmt::basic_string_view<char>;
|
||||
extern template class fmt::basic_memory_buffer<char, 250>;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user