X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fformat.hpp;h=020766eb5ddd788dfd7c8114a6bd993e7817cfdf;hb=11bcbf894cf92b99a2d885cad117db6811f164cb;hp=dace2c027b31a1d9926f63c0fb55f3f4e4f5ed95;hpb=e2c2bec23d72b09ef5778dff54fa6ca4a34587bf;p=lttng-tools.git diff --git a/src/common/format.hpp b/src/common/format.hpp index dace2c027..020766eb5 100644 --- a/src/common/format.hpp +++ b/src/common/format.hpp @@ -19,6 +19,10 @@ DIAGNOSTIC_IGNORE_DUPLICATED_BRANCHES #include DIAGNOSTIC_POP +/* + * Due to a bug in g++ < 7.1, this specialization must be enclosed in the fmt namespace, + * see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56480. + */ namespace fmt { template <> struct formatter : formatter {