From fad5ee56e7f3baa40aecf2ce25f52b939c755654 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 13 Feb 2024 20:15:40 +0000 Subject: [PATCH] Update fmt StrongType adapter --- src/core/format.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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