From 1f7b13240e34bfab339c50d4f78f76459c1c4bf8 Mon Sep 17 00:00:00 2001 From: MikeDvorskiy Date: Fri, 20 Dec 2024 18:16:02 +0100 Subject: [PATCH] Update README.md --- rfcs/proposed/zip_view/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/proposed/zip_view/README.md b/rfcs/proposed/zip_view/README.md index 6985b2e4caa..08b3bb76d0d 100644 --- a/rfcs/proposed/zip_view/README.md +++ b/rfcs/proposed/zip_view/README.md @@ -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)