summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/test_iterators.h
Commit message (Expand)AuthorAgeFilesLines
* 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