mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 18:11:33 +08:00
enable the 'n' flag in for backward compatibility with fmt 6.x
This commit is contained in:
parent
934a9bb23e
commit
dfc777803a
@ -17,6 +17,8 @@
|
|||||||
#ifndef FMT_USE_WINDOWS_H
|
#ifndef FMT_USE_WINDOWS_H
|
||||||
#define FMT_USE_WINDOWS_H 0
|
#define FMT_USE_WINDOWS_H 0
|
||||||
#endif
|
#endif
|
||||||
|
// enable the 'n' flag in for backward compatibility with fmt 6.x
|
||||||
|
#define FMT_DEPRECATED_N_SPECIFIER
|
||||||
#include <spdlog/fmt/bundled/core.h>
|
#include <spdlog/fmt/bundled/core.h>
|
||||||
#include <spdlog/fmt/bundled/format.h>
|
#include <spdlog/fmt/bundled/format.h>
|
||||||
#else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib
|
#else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib
|
||||||
|
Loading…
Reference in New Issue
Block a user