summaryrefslogtreecommitdiffstats
path: root/libcxx/include/algorithm
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/algorithm')
-rw-r--r--libcxx/include/algorithm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm
index a3764dfd0c1..d91c57c1109 100644
--- a/libcxx/include/algorithm
+++ b/libcxx/include/algorithm
@@ -1573,7 +1573,7 @@ typename enable_if
>::type
copy_n(_InputIterator __first, _Size __n, _OutputIterator __result)
{
- return copy(__first, __first + __n, __result);
+ return _STD::copy(__first, __first + __n, __result);
}
// move
OpenPOWER on IntegriCloud