diff options
Diffstat (limited to 'libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp')
-rw-r--r-- | libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp b/libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp index 345422075c1..761502bbe3c 100644 --- a/libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp +++ b/libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp @@ -9,8 +9,8 @@ // <algorithm> -// template<BidirectionalIterator InIter, BidirectionalIterator OutIter> -// requires OutputIterator<OutIter, InIter::reference> +// template<BidirectionalIterator InIter, BidirectionalIterator OutIter> +// requires OutputIterator<OutIter, InIter::reference> // OutIter // copy_backward(InIter first, InIter last, OutIter result); |