File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11 Document Number: N4353
2- Date: 2015-01-06
2+ Date: 2015-01-08
33 Revises:
44 Project: Programming Language C++
55 Project Number: TS 19570
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ <h1>Header <code><experimental/numeric></code> synopsis</h1>
509509 typename iterator_traits<InputIterator>::value_type
510510 reduce(InputIterator first, InputIterator last);
511511 < ins > template<class ExecutionPolicy,
512- InputIterator>
512+ class InputIterator>
513513 typename iterator_traits<InputIterator>::value_type
514514 reduce(ExecutionPolicy&& exec,
515515 InputIterator first, InputIterator last);</ ins >
Original file line number Diff line number Diff line change @@ -2375,7 +2375,7 @@ <h1>Contents</h1>
23752375 typename iterator_traits<InputIterator>::value_type
23762376 reduce(InputIterator first, InputIterator last);
23772377 < ins > template<class ExecutionPolicy,
2378- InputIterator>
2378+ class InputIterator>
23792379 typename iterator_traits<InputIterator>::value_type
23802380 reduce(ExecutionPolicy&& exec,
23812381 InputIterator first, InputIterator last);</ ins >
You can’t perform that action at this time.
0 commit comments