Skip to content

Commit 2ceea7e

Browse files
Compare added destroy with serial interface
1 parent 25a162c commit 2ceea7e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ The following differences to the standard C++ range algorithms apply:
3333
In that case, the returned value contains iterators pointing to the positions past the last elements
3434
processed according to the algorithm semantics.
3535
- ``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``.
3937

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

0 commit comments

Comments
 (0)