File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5062
5062
\indexlibraryglobal {copy}%
5063
5063
\begin {itemdecl }
5064
5064
template<class ExecutionPolicy, class ForwardIterator1, class ForwardIterator2>
5065
- ForwardIterator2 copy(ExecutionPolicy&& policy ,
5065
+ ForwardIterator2 copy(ExecutionPolicy&& exec ,
5066
5066
ForwardIterator1 first, ForwardIterator1 last,
5067
5067
ForwardIterator2 result);
5068
5068
\end {itemdecl }
5325
5325
\indexlibrary {\idxcode {move}!algorithm}%
5326
5326
\begin {itemdecl }
5327
5327
template<class ExecutionPolicy, class ForwardIterator1, class ForwardIterator2>
5328
- ForwardIterator2 move(ExecutionPolicy&& policy ,
5328
+ ForwardIterator2 move(ExecutionPolicy&& exec ,
5329
5329
ForwardIterator1 first, ForwardIterator1 last,
5330
5330
ForwardIterator2 result);
5331
5331
\end {itemdecl }
You can’t perform that action at this time.
0 commit comments