Clarify why we don't use qualified names

This commit is contained in:
Victor Zverovich
2025-04-26 10:12:06 -07:00
parent 67d9e49322
commit 41b3bed4d2

View File

@ -117,6 +117,7 @@
# define FMT_NOINLINE
#endif
// GCC 4.9 doesn't support qualified names in specializations.
namespace std {
template <typename T> struct iterator_traits<fmt::basic_appender<T>> {
using iterator_category = output_iterator_tag;