Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NB US-91 (C++17 CD): [algorithm][numeric] Specify all parallel algorithms #937

Merged

Conversation

AlisdairM
Copy link
Contributor

Add a copy of the parallel algorithm signature below each corresponding
non-parallel signature in the specification for each algorithm in the
and headers. This is mostly an exercise in
copy/paste - however a small subset of algorithms have wording that
either refers to the signatures obliquely, requiring a minor wording
tweak, or uses the 'Effects: as if ...' formulation, which requires a
separate specification for the parallel form to perfectly forward the
execution policy.

This change corresponds to (known to be pending) national body comments
requesting more clarity in the specification of each algorithm that has
a parallel overload.

A further tweak disambiguates the indexing of the various 'move'
functions.

…thms

Also addresses US-157, US-183

Add a copy of the parallel algorithm signature below each corresponding
non-parallel signature in the specification for each algorithm in the
<algorithm> and <numeric> headers.  This is *mostly* an exercise in
copy/paste - however a small subset of algorithms have wording that
either refers to the signatures obliquely, requiring a minor wording
tweak, or uses the 'Effects: as if ...' formulation, which requires a
separate specification for the parallel form to perfectly forward the
execution policy.

This change corresponds to (known to be pending) national body comments
requesting more clarity in the specification of each algorithm that has
a parallel overload.

A further tweak disambiguates the indexing of the various 'move'
functions.
@AlisdairM AlisdairM force-pushed the specify_all_parallel_algorithms branch from 26c0f7e to fd37a63 Compare November 12, 2016 07:02
@AlisdairM AlisdairM changed the title [algorithm][numeric] Specify all parallel algorithms NB US-91 (C++17 CD): [algorithm][numeric] Specify all parallel algorithms Nov 12, 2016
@zygoloid zygoloid merged commit 0a34423 into cplusplus:master Nov 12, 2016
@AlisdairM AlisdairM deleted the specify_all_parallel_algorithms branch November 13, 2016 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants