Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Document Number: N4353
Date: 2015-01-06
Date: 2015-01-08
Revises:
Project: Programming Language C++
Project Number: TS 19570
Expand Down
2 changes: 1 addition & 1 deletion algorithms.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ <h1>Header <code>&lt;experimental/numeric&gt;</code> synopsis</h1>
typename iterator_traits&lt;InputIterator&gt;::value_type
reduce(InputIterator first, InputIterator last);
<ins>template&lt;class ExecutionPolicy,
InputIterator&gt;
class InputIterator&gt;
typename iterator_traits&lt;InputIterator&gt;::value_type
reduce(ExecutionPolicy&amp;&amp; exec,
InputIterator first, InputIterator last);</ins>
Expand Down
2 changes: 1 addition & 1 deletion parallelism-ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ <h1>Contents</h1>
typename iterator_traits&lt;InputIterator&gt;::value_type
reduce(InputIterator first, InputIterator last);
<ins>template&lt;class ExecutionPolicy,
InputIterator&gt;
class InputIterator&gt;
typename iterator_traits&lt;InputIterator&gt;::value_type
reduce(ExecutionPolicy&amp;&amp; exec,
InputIterator first, InputIterator last);</ins>
Expand Down
Binary file modified parallelism-ts.pdf
Binary file not shown.