mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-03 20:46:40 -04:00
Clarify why we don't use qualified names
This commit is contained in:
parent
67d9e49322
commit
41b3bed4d2
@ -117,6 +117,7 @@
|
|||||||
# define FMT_NOINLINE
|
# define FMT_NOINLINE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// GCC 4.9 doesn't support qualified names in specializations.
|
||||||
namespace std {
|
namespace std {
|
||||||
template <typename T> struct iterator_traits<fmt::basic_appender<T>> {
|
template <typename T> struct iterator_traits<fmt::basic_appender<T>> {
|
||||||
using iterator_category = output_iterator_tag;
|
using iterator_category = output_iterator_tag;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user