Skip to content

Commit f528f02

Browse files
Make P2415R2_owning_view/test.cpp test something (#3753)
1 parent 881e13e commit f528f02

File tree

2 files changed

+192
-161
lines changed

2 files changed

+192
-161
lines changed

tests/std/include/range_algorithm_support.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,8 @@ namespace test {
915915
public:
916916
using I = iterator<Category, Element, Diff, Eq, Proxy, WrappedState::wrapped>;
917917
using S = conditional_t<to_bool(IsCommon), I, sentinel<Element, WrappedState::wrapped>>;
918+
using RebindAsMoveOnly = range<Category, Element, IsSized, Diff, IsCommon, Eq, Proxy, IsView,
919+
Copyability::move_only>;
918920

919921
using detail::range_base<Element, Copy>::range_base;
920922

0 commit comments

Comments
 (0)