1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-31 02:12:40 +08:00

Removed printf support

This commit is contained in:
gabime 2018-06-13 20:16:45 +03:00
parent 5683c06d9a
commit da0d6d0478

View File

@ -22,7 +22,4 @@
#else // external fmtlib
#include <fmt/core.h>
#include <fmt/format.h>
#if defined(SPDLOG_FMT_PRINTF)
#include <fmt/printf.h>
#endif
#endif