Remove references to STL

This commit is contained in:
Sebastian Wilzbach 2018-01-30 15:31:53 +01:00
parent afa7d586dd
commit 7fb3d4249f
4 changed files with 3 additions and 22 deletions

View file

@ -363,9 +363,6 @@ Params:
Returns:
The unfilled part of target
See_Also:
$(HTTP sgi.com/tech/stl/_copy.html, STL's _copy)
*/
TargetRange copy(SourceRange, TargetRange)(SourceRange source, TargetRange target)
if (areCopyCompatibleArrays!(SourceRange, TargetRange))