mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Fix atomic level
This commit is contained in:
@@ -172,7 +172,7 @@ enum class log_level
|
||||
n_levels
|
||||
};
|
||||
|
||||
#if not defined(SPDLOG_NO_ATOMIC_LEVELS)
|
||||
#if defined(SPDLOG_NO_ATOMIC_LEVELS)
|
||||
using level_t = details::null_atomic_log_level;
|
||||
#else
|
||||
using level_t = std::atomic<log_level>;
|
||||
|
Reference in New Issue
Block a user