diff --git a/src/core/format.hpp b/src/core/format.hpp index a25f99883a..f70069524a 100644 --- a/src/core/format.hpp +++ b/src/core/format.hpp @@ -43,8 +43,8 @@ struct fmt::formatter::value>> : fmt:: }; template -struct fmt::formatter::value>> : fmt::formatter { - using underlying_type = typename T::Type; +struct fmt::formatter::value>> : fmt::formatter { + using underlying_type = typename T::BaseType; using parent = typename fmt::formatter; constexpr fmt::format_parse_context::iterator parse(fmt::format_parse_context &ctx) @@ -54,7 +54,7 @@ struct fmt::formatter