X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fformat.hpp;fp=src%2Fcommon%2Fformat.hpp;h=67509c275bad365ee23c2bd86ec7ab6fe44df5aa;hp=b586fd489f8f934f8ace25808c7e19ce2acd4fe9;hb=31375c424ac115fc0373237207fed795849e26ba;hpb=e0252788784c4c7392e5105aed0eaf745798482e diff --git a/src/common/format.hpp b/src/common/format.hpp index b586fd489..67509c275 100644 --- a/src/common/format.hpp +++ b/src/common/format.hpp @@ -26,8 +26,9 @@ DIAGNOSTIC_POP namespace fmt { template <> struct formatter : formatter { - template - typename FormatCtx::iterator format(const std::type_info& type_info, FormatCtx& ctx) + template + typename FormatContextType::iterator format(const std::type_info& type_info, + FormatContextType& ctx) { int status; auto demangled_name =