remove externs

This commit is contained in:
fawdlstty 2021-02-26 09:28:12 +08:00
parent 05a0b0d7b0
commit f4b7210e7b

View File

@ -19,11 +19,6 @@
#include <mutex>
#include <string>
extern std::array<const char *, 7> spdlog::details::days;
extern std::array<const char *, 7> spdlog::details::full_days;
extern const std::array<const char *, 12> spdlog::details::months;
extern const std::array<const char *, 12> spdlog::details::full_months;
namespace spdlog {
namespace sinks {