mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-06 01:39:55 +08:00
8 lines
194 B
C
8 lines
194 B
C
#include "base.h"
|
|
|
|
// Using fmt::format via fmt/core.h has been deprecated since version 11
|
|
// and now requires an explicit opt in.
|
|
#ifdef FMT_DEPRECATED_HEAVY_CORE
|
|
# include "format.h"
|
|
#endif
|