summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/test_iterators.h
Commit message (Expand)AuthorAgeFilesLines
* [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexprLouis Dionne2019-11-061-7/+7
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Make next/prev/advance/distance operations on iterators be constexpr. I misse...Marshall Clow2017-05-171-64/+64
* Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier2017-01-061-1/+1
* Implement C++17 std::sample.Eric Fiselier2016-08-281-1/+1
* Implement LWG 2711. Constrain path members.Eric Fiselier2016-08-281-11/+13
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-3/+3
* Add missing include to test_iterators.hEric Fiselier2016-05-271-0/+1
* Got the test backwards in r258279. Fixed that and de-tabbedMarshall Clow2016-01-201-166/+166
* Fix up the tests I added for string exceptions to be skipped when exceptions ...Marshall Clow2016-01-201-0/+21
* Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...Marshall Clow2016-01-131-0/+199
* Since Eric poisoned the comma operator on all our test iterators, we no longe...Marshall Clow2014-11-181-105/+0
* Fix use of operator comma in is_permutation and delete comma operator for tes...Eric Fiselier2014-10-271-5/+13
* [libcxx] Fix use of operator comma where the types can be user definedEric Fiselier2014-10-271-0/+15
* Add include of <cassert> for the operator commaMarshall Clow2014-09-171-0/+1
* Create a 'comma_iterator' class that overloads operator, and asserts when it'...Marshall Clow2014-09-161-0/+105
* Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow2014-01-161-0/+9
* War on tabs.Howard Hinnant2013-07-081-1/+1
* Made test output iterators have value_type of 'void'; matches ones in libraryMarshall Clow2013-01-091-1/+1
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-051-0/+296
OpenPOWER on IntegriCloud