Warning, file /include/spdlog/fmt/std.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006 #pragma once
0007
0008
0009
0010
0011 #include <spdlog/tweakme.h>
0012
0013 #if !defined(SPDLOG_USE_STD_FORMAT)
0014 #if !defined(SPDLOG_FMT_EXTERNAL)
0015 #ifdef SPDLOG_HEADER_ONLY
0016 #ifndef FMT_HEADER_ONLY
0017 #define FMT_HEADER_ONLY
0018 #endif
0019 #endif
0020 #include <spdlog/fmt/bundled/std.h>
0021 #else
0022 #include <fmt/std.h>
0023 #endif
0024 #endif