Fixing whitespace problems
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111762 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
// <numeric>
|
||||
|
||||
// template <InputIterator InIter,
|
||||
// OutputIterator<auto, const InIter::value_type&> OutIter>
|
||||
// requires HasMinus<InIter::value_type, InIter::value_type>
|
||||
// && Constructible<InIter::value_type, InIter::reference>
|
||||
// OutputIterator<auto, const InIter::value_type&> OutIter>
|
||||
// requires HasMinus<InIter::value_type, InIter::value_type>
|
||||
// && Constructible<InIter::value_type, InIter::reference>
|
||||
// && OutputIterator<OutIter,
|
||||
// HasMinus<InIter::value_type, InIter::value_type>::result_type>
|
||||
// && MoveAssignable<InIter::value_type>
|
||||
// HasMinus<InIter::value_type, InIter::value_type>::result_type>
|
||||
// && MoveAssignable<InIter::value_type>
|
||||
// OutIter
|
||||
// adjacent_difference(InIter first, InIter last, OutIter result);
|
||||
|
||||
|
@@ -10,12 +10,12 @@
|
||||
// <numeric>
|
||||
|
||||
// template <InputIterator InIter,
|
||||
// OutputIterator<auto, const InIter::value_type&> OutIter,
|
||||
// Callable<auto, const InIter::value_type&, const InIter::value_type&> BinaryOperation>
|
||||
// requires Constructible<InIter::value_type, InIter::reference>
|
||||
// && OutputIterator<OutIter, BinaryOperation::result_type>
|
||||
// && MoveAssignable<InIter::value_type>
|
||||
// && CopyConstructible<BinaryOperation>
|
||||
// OutputIterator<auto, const InIter::value_type&> OutIter,
|
||||
// Callable<auto, const InIter::value_type&, const InIter::value_type&> BinaryOperation>
|
||||
// requires Constructible<InIter::value_type, InIter::reference>
|
||||
// && OutputIterator<OutIter, BinaryOperation::result_type>
|
||||
// && MoveAssignable<InIter::value_type>
|
||||
// && CopyConstructible<BinaryOperation>
|
||||
// OutIter
|
||||
// adjacent_difference(InIter first, InIter last, OutIter result, BinaryOperation binary_op);
|
||||
|
||||
|
Reference in New Issue
Block a user