You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/iterators/iterator.primitives/iterator.operations
Rachel Craik 24047fd4a7 Remove addtional parameters in function std::next() and std::prev()
Creating a function pointer with proper parameters pointing to std::next() or std::prev() should work.
This change moves the invented paramater for enable_if over to the return type to resolve this QoI issue.

Patch by Jason Liu.

Differential Revision: https://reviews.llvm.org/D34649


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@308932 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
advance.pass.cpp [libcxx] [test] Strip trailing whitespace. NFC. 8 years ago
distance.pass.cpp Make next/prev/advance/distance operations on iterators be constexpr. I missed this when I implemented the rest of P0031R0 8 years ago
next.pass.cpp Remove addtional parameters in function std::next() and std::prev() 7 years ago
prev.pass.cpp Remove addtional parameters in function std::next() and std::prev() 7 years ago