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,7 +9,7 @@
|
||||
|
||||
// <algorithm>
|
||||
|
||||
// template<ShuffleIterator Iter>
|
||||
// template<ShuffleIterator Iter>
|
||||
// Iter
|
||||
// rotate(Iter first, Iter middle, Iter last);
|
||||
|
||||
@@ -419,7 +419,7 @@ test1()
|
||||
assert(*ig[5] == 2);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // _LIBCPP_MOVE
|
||||
|
||||
int main()
|
||||
{
|
||||
@@ -435,5 +435,5 @@ int main()
|
||||
test1<random_access_iterator<std::unique_ptr<int>*> >();
|
||||
test1<std::unique_ptr<int>*>();
|
||||
|
||||
#endif
|
||||
#endif // _LIBCPP_MOVE
|
||||
}
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
// <algorithm>
|
||||
|
||||
// template<ForwardIterator InIter, OutputIterator<auto, InIter::reference> OutIter>
|
||||
// template<ForwardIterator InIter, OutputIterator<auto, InIter::reference> OutIter>
|
||||
// OutIter
|
||||
// rotate_copy(InIter first, InIter middle, InIter last, OutIter result);
|
||||
|
||||
|
Reference in New Issue
Block a user