mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-16 01:37:58 +00:00
Compare commits
6 Commits
8ff5a3e096
...
be14e60d9e
Author | SHA1 | Date | |
---|---|---|---|
|
be14e60d9e | ||
|
ef4641cad7 | ||
|
100f30043f | ||
|
1574b5b0a2 | ||
|
012fe99ab1 | ||
|
ac3e26b0ff |
@ -2,7 +2,7 @@ Checks: 'cppcoreguidelines-*,
|
||||
performance-*,
|
||||
modernize-*,
|
||||
google-*,
|
||||
misc-*,
|
||||
misc-*
|
||||
cert-*,
|
||||
readability-*,
|
||||
clang-analyzer-*,
|
||||
|
@ -10,9 +10,6 @@
|
||||
namespace spdlog {
|
||||
namespace level {
|
||||
|
||||
#if __cplusplus >= 201703L
|
||||
constexpr
|
||||
#endif
|
||||
static string_view_t level_string_views[] SPDLOG_LEVEL_NAMES;
|
||||
|
||||
static const char *short_level_names[] SPDLOG_SHORT_LEVEL_NAMES;
|
||||
|
@ -5,6 +5,6 @@
|
||||
|
||||
#define SPDLOG_VER_MAJOR 1
|
||||
#define SPDLOG_VER_MINOR 8
|
||||
#define SPDLOG_VER_PATCH 3
|
||||
#define SPDLOG_VER_PATCH 5
|
||||
|
||||
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)
|
||||
|
Loading…
Reference in New Issue
Block a user