mirror of
https://github.com/gabime/spdlog.git
synced 2025-03-31 10:22:41 +08:00
Fixed fmt locale.h deprecation warning
This commit is contained in:
parent
efbe3e4d57
commit
b990080a52
@ -11,9 +11,9 @@
|
||||
#include "spdlog/sinks/basic_file_sink.h"
|
||||
|
||||
#ifdef SPDLOG_FMT_EXTERNAL
|
||||
#include <fmt/locale.h>
|
||||
# include <fmt/format.h>
|
||||
#else
|
||||
#include "spdlog/fmt/bundled/locale.h"
|
||||
# include "spdlog/fmt/bundled/format.h"
|
||||
#endif
|
||||
|
||||
#include "utils.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#ifdef SPDLOG_FMT_EXTERNAL
|
||||
# include <fmt/locale.h>
|
||||
#else
|
||||
#include "spdlog/fmt/bundled/locale.h"
|
||||
# include "spdlog/fmt/bundled/format.h"
|
||||
#endif
|
||||
|
||||
#include "utils.h"
|
||||
|
Loading…
Reference in New Issue
Block a user