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 50625062\indexlibraryglobal {copy}%
50635063\begin {itemdecl }
50645064template<class ExecutionPolicy, class ForwardIterator1, class ForwardIterator2>
5065- ForwardIterator2 copy(ExecutionPolicy&& policy ,
5065+ ForwardIterator2 copy(ExecutionPolicy&& exec ,
50665066 ForwardIterator1 first, ForwardIterator1 last,
50675067 ForwardIterator2 result);
50685068\end {itemdecl }
53255325\indexlibrary {\idxcode {move}!algorithm}%
53265326\begin {itemdecl }
53275327template<class ExecutionPolicy, class ForwardIterator1, class ForwardIterator2>
5328- ForwardIterator2 move(ExecutionPolicy&& policy ,
5328+ ForwardIterator2 move(ExecutionPolicy&& exec ,
53295329 ForwardIterator1 first, ForwardIterator1 last,
53305330 ForwardIterator2 result);
53315331\end {itemdecl }
You can’t perform that action at this time.
0 commit comments