* include/bits/stl_iterator.h (__detail::__common_iter_ptr): Fix PR
number in comment. Fix indentation.
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
redundant _GLIBCXX20_CONSTEXPR.
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>
struct __common_iter_ptr
- {
- using type = void;
- };
+ {
+ using type = void;
+ };
template<typename _Iter>
requires __detail::__common_iter_has_arrow<_Iter>