X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ffield.hpp;h=207592b3f2af83ca9e3262222f2365828364951d;hb=31375c424ac115fc0373237207fed795849e26ba;hp=fdebe3acc3bd24ca69b52f71bf0b259363dd1920;hpb=e0252788784c4c7392e5105aed0eaf745798482e;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/field.hpp b/src/bin/lttng-sessiond/field.hpp index fdebe3acc..207592b3f 100644 --- a/src/bin/lttng-sessiond/field.hpp +++ b/src/bin/lttng-sessiond/field.hpp @@ -560,9 +560,9 @@ protected: namespace fmt { template <> struct formatter : formatter { - template - typename FormatCtx::iterator format( - const lttng::sessiond::trace::field_location& location, FormatCtx& ctx) + template + typename FormatContextType::iterator format( + const lttng::sessiond::trace::field_location& location, FormatContextType& ctx) { std::string location_str{"["}; @@ -612,10 +612,10 @@ template template <> struct formatter : formatter { - template - typename FormatCtx::iterator + template + typename FormatContextType::iterator format(typename lttng::sessiond::trace::signed_enumeration_type::mapping::range_t range, - FormatCtx& ctx) + FormatContextType& ctx) { return format_to(ctx.out(), details::format_mapping_range< @@ -628,10 +628,10 @@ struct formatter struct formatter : formatter { - template - typename FormatCtx::iterator + template + typename FormatContextType::iterator format(typename lttng::sessiond::trace::unsigned_enumeration_type::mapping::range_t range, - FormatCtx& ctx) + FormatContextType& ctx) { return format_to(ctx.out(), details::format_mapping_range<