Remove incorrect comment

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
This commit is contained in:
Jonathan Wakely 2019-11-05 15:56:47 +00:00 committed by Jonathan Wakely
parent 028d81b159
commit 6762b65874
2 changed files with 5 additions and 1 deletions

View 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.

View 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>;