-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from cplusplus/D4505
D4505
- Loading branch information
Showing
6 changed files
with
215 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,30 @@ | ||
Document Number: N4408 | ||
Date: 2015-04-10 | ||
Document Number: N4506 | ||
Date: 2015-05-05 | ||
Revises: | ||
Project: Programming Language C++ | ||
Project Number: TS 19570 | ||
Reply-to: Jared Hoberock | ||
NVIDIA Corporation | ||
[email protected] | ||
|
||
# Parallelism TS Editor's Report, pre-Lenexa mailing | ||
# Parallelism TS Editor's Report, post-Lenexa mailing | ||
|
||
N4407 is the latest Parallelism TS Working Draft. It contains editorial changes to the Parallelism TS to address whitespace and other formatting issues. | ||
N4505 is the latest Parallelism TS Working Draft. It contains editorial and technical changes to the Parallelism TS to apply the following revisions: | ||
|
||
N4407 updates the previous draft, N4352, published in the midterm mailing. | ||
* N4274 - Relaxing Packing Rules for Exceptions Thrown by Parallel Algorithms - Proposed Wording (Revision 1) | ||
* Feature test macro for the Parallelism TS | ||
|
||
N4409 is document N4407 reformatted as a TS document. It updates N4354, which was published in the midterm mailing. | ||
N4505 updates the previous draft, N4407, published in the pre-Lenexa mailing. | ||
|
||
N4507 is document N4505 reformatted as a TS document. It updates N4409, which was published in the pre-Lenexa mailing. | ||
|
||
## Technical Changes | ||
|
||
* Applied N4274, which relaxes the exception packaging rules for exceptions thrown by parallel algorithms. Additionally, changed instances of "terminates with (exception)" phrasing to "exits via (exception)", as directed by the Library Working Group. | ||
|
||
* Introduced the feature test macro `__cpp_lib_experimental_parallel_algorithm` for the functionality of the Parallelism TS as directed by SG1. | ||
|
||
## Editorial Changes | ||
|
||
Eliminated spurious whitespace and paragraph numbers and manually broke code lines which were spilling into the margin. | ||
* Promoted subsection 1.3.1, which was incorrectly grouped under section 1.3, to section 1.4. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.