mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
remove externs
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user