The negative concept is required for subsumption to work, it's not a
bug.
* include/bits/iterator_concepts.h (__iter_without_nested_types):
Remove incorrect comment.
From-SVN: r277848
+2019-11-05 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/iterator_concepts.h (__iter_without_nested_types):
+ Remove incorrect comment.
+
2019-10-31 Jonathan Wakely <jwakely@redhat.com>
* doc/html/*: Regenerate.
typename _Iter::reference;
};
- // FIXME: needed due to PR c++/92102
template<typename _Iter>
concept __iter_without_nested_types = !__iter_with_nested_types<_Iter>;