From 41b3bed4d2ee4ecef2d0647b35084e510f0875c0 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 26 Apr 2025 10:12:06 -0700 Subject: [PATCH] Clarify why we don't use qualified names --- include/fmt/format.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fmt/format.h b/include/fmt/format.h index b2fdd3d6..50e57144 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -117,6 +117,7 @@ # define FMT_NOINLINE #endif +// GCC 4.9 doesn't support qualified names in specializations. namespace std { template struct iterator_traits> { using iterator_category = output_iterator_tag;