mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-26 15:39:03 +08:00
remove externs
This commit is contained in:
parent
05a0b0d7b0
commit
f4b7210e7b
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user