Skip to content

Commit 987846a

Browse files
Mention C++26 and P3209R2
1 parent 4df673d commit 987846a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/elements/oneDPL/source/parallel_api/parallel_range_api.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ The following differences to the standard C++ range algorithms apply:
3434
processed according to the algorithm semantics.
3535
- ``for_each`` does not return its function object.
3636
- ``reverse_copy`` returns ``std::ranges::in_in_out_result`` rather than its alias,
37-
``std::ranges::reverse_copy_truncated_result``.
37+
- ``std::ranges::reverse_copy_truncated_result``, which is proposed for C++26 in
38+
[P3709R2](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3709r2.html).
3839

3940
Except for these differences, the signatures of parallel range algorithms correspond to the working draft
4041
of the next edition of the C++ standard (C++26).

0 commit comments

Comments
 (0)