diff --git a/tooling/data/types.hpp b/tooling/data/types.hpp index 00be4ca..30d7994 100644 --- a/tooling/data/types.hpp +++ b/tooling/data/types.hpp @@ -309,7 +309,7 @@ struct record_t : public decl_t { namespace fmt { template<> -struct fmt::formatter { +struct formatter { template constexpr auto parse(ParseContext& ctx) const { @@ -331,7 +331,7 @@ struct fmt::formatter { }; template<> -struct fmt::formatter { +struct formatter { template constexpr auto parse(ParseContext& ctx) const { @@ -355,7 +355,7 @@ struct fmt::formatter { }; template<> -struct fmt::formatter { +struct formatter { template constexpr auto parse(ParseContext& ctx) const { @@ -370,7 +370,7 @@ struct fmt::formatter { }; template<> -struct fmt::formatter { +struct formatter { template constexpr auto parse(ParseContext& ctx) const { @@ -385,7 +385,7 @@ struct fmt::formatter { }; template<> -struct fmt::formatter { +struct formatter { template constexpr auto parse(ParseContext& ctx) const { @@ -400,7 +400,7 @@ struct fmt::formatter { }; template<> -struct fmt::formatter +struct formatter { template constexpr auto parse(ParseContext& ctx) const