Skip to content

Commit

Permalink
Make P2415R2_owning_view/test.cpp test something (#3753)
Browse files Browse the repository at this point in the history
  • Loading branch information
JMazurkiewicz authored Jun 15, 2023
1 parent 881e13e commit f528f02
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 161 deletions.
2 changes: 2 additions & 0 deletions tests/std/include/range_algorithm_support.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,8 @@ namespace test {
public:
using I = iterator<Category, Element, Diff, Eq, Proxy, WrappedState::wrapped>;
using S = conditional_t<to_bool(IsCommon), I, sentinel<Element, WrappedState::wrapped>>;
using RebindAsMoveOnly = range<Category, Element, IsSized, Diff, IsCommon, Eq, Proxy, IsView,
Copyability::move_only>;

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

Expand Down
Loading

0 comments on commit f528f02

Please sign in to comment.