diff --git a/include/spdlog/fmt/bundled/format.h b/include/spdlog/fmt/bundled/format.h index b0f59d88..c6cf8110 100644 --- a/include/spdlog/fmt/bundled/format.h +++ b/include/spdlog/fmt/bundled/format.h @@ -1369,7 +1369,7 @@ struct ConvertToInt { enum { - enable_conversion = sizeof(convert(get())) == sizeof(Yes) + enable_conversion = sizeof(fmt::internal::convert(get())) == sizeof(Yes) }; enum {