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 bbed8e1 commit a4516c2Copy full SHA for a4516c2
source/elements/oneDPL/source/parallel_api/parallel_range_api.rst
@@ -33,6 +33,7 @@ The following differences to the standard C++ range algorithms apply:
33
In that case, the returned value contains iterators pointing to the positions past the last elements
34
processed according to the algorithm semantics.
35
- ``for_each`` does not return its function object.
36
+- ``destroy`` is not marked with ``noexcept``.
37
38
Except for these differences, the signatures of parallel range algorithms correspond to the working draft
39
of the next edition of the C++ standard (C++26).
0 commit comments