We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df673d commit 987846aCopy full SHA for 987846a
source/elements/oneDPL/source/parallel_api/parallel_range_api.rst
@@ -34,7 +34,8 @@ The following differences to the standard C++ range algorithms apply:
34
processed according to the algorithm semantics.
35
- ``for_each`` does not return its function object.
36
- ``reverse_copy`` returns ``std::ranges::in_in_out_result`` rather than its alias,
37
- ``std::ranges::reverse_copy_truncated_result``.
+- ``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).
39
40
Except for these differences, the signatures of parallel range algorithms correspond to the working draft
41
of the next edition of the C++ standard (C++26).
0 commit comments