File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Document Number: N4353
2
- Date: 2015-01-06
2
+ Date: 2015-01-08
3
3
Revises:
4
4
Project: Programming Language C++
5
5
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>
509
509
typename iterator_traits<InputIterator>::value_type
510
510
reduce(InputIterator first, InputIterator last);
511
511
< ins > template<class ExecutionPolicy,
512
- InputIterator>
512
+ class InputIterator>
513
513
typename iterator_traits<InputIterator>::value_type
514
514
reduce(ExecutionPolicy&& exec,
515
515
InputIterator first, InputIterator last);</ ins >
Original file line number Diff line number Diff line change @@ -2375,7 +2375,7 @@ <h1>Contents</h1>
2375
2375
typename iterator_traits<InputIterator>::value_type
2376
2376
reduce(InputIterator first, InputIterator last);
2377
2377
< ins > template<class ExecutionPolicy,
2378
- InputIterator>
2378
+ class InputIterator>
2379
2379
typename iterator_traits<InputIterator>::value_type
2380
2380
reduce(ExecutionPolicy&& exec,
2381
2381
InputIterator first, InputIterator last);</ ins >
You can’t perform that action at this time.
0 commit comments