Commit bd630df0 by Jonathan Wakely

libstdc++: Fix comment to refer to correct PR

	* include/bits/stl_iterator.h (__detail::__common_iter_ptr): Fix PR
	number in comment. Fix indentation.
parent 26eae9ac
2020-02-06 Jonathan Wakely <jwakely@redhat.com> 2020-02-06 Jonathan Wakely <jwakely@redhat.com>
* include/bits/stl_iterator.h (__detail::__common_iter_ptr): Fix PR
number in comment. Fix indentation.
* include/bits/stl_algobase.h (__iter_swap, __iter_swap<true>): Remove * include/bits/stl_algobase.h (__iter_swap, __iter_swap<true>): Remove
redundant _GLIBCXX20_CONSTEXPR. redundant _GLIBCXX20_CONSTEXPR.
......
...@@ -1737,12 +1737,12 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -1737,12 +1737,12 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
namespace __detail namespace __detail
{ {
// FIXME: This has to be at namespace-scope because of PR 92078. // FIXME: This has to be at namespace-scope because of PR 92103.
template<typename _Iter> template<typename _Iter>
struct __common_iter_ptr struct __common_iter_ptr
{ {
using type = void; using type = void;
}; };
template<typename _Iter> template<typename _Iter>
requires __detail::__common_iter_has_arrow<_Iter> requires __detail::__common_iter_has_arrow<_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