Commit 6762b658 by Jonathan Wakely Committed by Jonathan Wakely

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
parent 028d81b1
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> 2019-10-31 Jonathan Wakely <jwakely@redhat.com>
* doc/html/*: Regenerate. * doc/html/*: Regenerate.
......
...@@ -309,7 +309,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -309,7 +309,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
typename _Iter::reference; typename _Iter::reference;
}; };
// FIXME: needed due to PR c++/92102
template<typename _Iter> template<typename _Iter>
concept __iter_without_nested_types = !__iter_with_nested_types<_Iter>; concept __iter_without_nested_types = !__iter_with_nested_types<_Iter>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment