File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -489,9 +489,8 @@ class concat_view<_Views...>::__iterator : public __concat_view_iterator_categor
489
489
490
490
_LIBCPP_HIDE_FROM_ABI friend constexpr decltype (auto ) iter_move(const __iterator& __it) noexcept (
491
491
492
- ((is_nothrow_invocable_v< decltype (ranges::iter_move), const iterator_t<__maybe_const<_Const, _Views>>& >) &&
493
- ...) &&
494
- ((is_nothrow_convertible_v< range_rvalue_reference_t <__maybe_const<_Const, _Views>>,
492
+ ((is_nothrow_invocable_v< decltype (ranges::iter_move), const iterator_t<__maybe_const<_Const, _Views>>& > &&
493
+ is_nothrow_convertible_v< range_rvalue_reference_t<__maybe_const<_Const, _Views>>,
495
494
__concat_rvalue_reference_t<__maybe_const<_Const, _Views>...> >) &&
496
495
...))
497
496
You can’t perform that action at this time.
0 commit comments