Skip to content

Commit 41b3bed

Browse files
committed
Clarify why we don't use qualified names
1 parent 67d9e49 commit 41b3bed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/fmt/format.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
# define FMT_NOINLINE
118118
#endif
119119

120+
// GCC 4.9 doesn't support qualified names in specializations.
120121
namespace std {
121122
template <typename T> struct iterator_traits<fmt::basic_appender<T>> {
122123
using iterator_category = output_iterator_tag;

0 commit comments

Comments
 (0)