Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDvorskiy authored Dec 20, 2024
1 parent 214dcde commit 1f7b132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/proposed/zip_view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ with the same API and functionality as `std::ranges::zip_view`.
- compilable with C++20 version (minimum)
- API-compliant with `std::ranges::zip_view`
- random accessible view; the "underlying" views also should be random accessible
- in case of a device usage: a device copyable view itself and the "underlying" views also should be device copyable
- in case of a device usage: a device copyable view if the all "underlying" views are device copyable views

`oneapi::dpl::ranges::zip_view::iterator` should be:
- value-swappable (https://en.cppreference.com/w/cpp/named_req/ValueSwappable)
Expand Down

0 comments on commit 1f7b132

Please sign in to comment.