mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-28 00:10:21 +08:00
remove externs
This commit is contained in:
parent
05a0b0d7b0
commit
f4b7210e7b
@ -19,11 +19,6 @@
|
|||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <string>
|
#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 spdlog {
|
||||||
namespace sinks {
|
namespace sinks {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user