Skip to content

Commit 1f7b132

Browse files
authored
Update README.md
1 parent 214dcde commit 1f7b132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/proposed/zip_view/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ with the same API and functionality as `std::ranges::zip_view`.
1616
- compilable with C++20 version (minimum)
1717
- API-compliant with `std::ranges::zip_view`
1818
- random accessible view; the "underlying" views also should be random accessible
19-
- in case of a device usage: a device copyable view itself and the "underlying" views also should be device copyable
19+
- in case of a device usage: a device copyable view if the all "underlying" views are device copyable views
2020

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

0 commit comments

Comments
 (0)