Fixing whitespace problems
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111753 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
|
||||
// <algorithm>
|
||||
|
||||
// template<ForwardIterator Iter, class T>
|
||||
// template<ForwardIterator Iter, class T>
|
||||
// requires OutputIterator<Iter, Iter::reference>
|
||||
// && OutputIterator<Iter, const T&>
|
||||
// && HasEqualTo<Iter::value_type, T>
|
||||
// && HasEqualTo<Iter::value_type, T>
|
||||
// void
|
||||
// replace(Iter first, Iter last, const T& old_value, const T& new_value);
|
||||
|
||||
|
Reference in New Issue
Block a user