Skip to content

Commit a4516c2

Browse files
Add a note about destroy and noexcept
1 parent bbed8e1 commit a4516c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +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``.
3637

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

0 commit comments

Comments
 (0)