Remove incorrect comment
authorJonathan Wakely <jwakely@redhat.com>
Tue, 5 Nov 2019 15:56:47 +0000 (15:56 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 5 Nov 2019 15:56:47 +0000 (15:56 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/iterator_concepts.h

index 400a0d0db7624f89820ae59c357e510f69a4682a..c83c372d0c0577f25ef5c0cfca4ca2c703452bd8 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 323689e63ea399d09e34ee5c8c2d35bacaa2fa81..e30645e05cfd278cf6a57421a10ca3fa9fac2959 100644 (file)
@@ -309,7 +309,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
        typename _Iter::reference;
       };
 
-    // FIXME: needed due to PR c++/92102
     template<typename _Iter>
       concept __iter_without_nested_types = !__iter_with_nested_types<_Iter>;