File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
source/elements/oneDPL/source/parallel_api Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,7 @@ The following differences to the standard C++ range algorithms apply:
33
33
In that case, the returned value contains iterators pointing to the positions past the last elements
34
34
processed according to the algorithm semantics.
35
35
- ``for_each `` does not return its function object.
36
- - ``destroy `` is not marked with ``noexcept ``, unlike how it is specified in the
37
- `P3179R9 <https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3179r9.html#modify_memory_syn >`_
38
- proposal for C++26.
36
+ - ``destroy `` is not marked with ``noexcept ``.
39
37
40
38
Except for these differences, the signatures of parallel range algorithms correspond to the working draft
41
39
of the next edition of the C++ standard (C++26).
You can’t perform that action at this time.
0 commit comments