summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/list/iterators.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-159/+0
| | | | llvm-svn: 224658
* Added tests to the sequence containers for for LWG Issue #2263. Comparing ↵Marshall Clow2014-03-101-3/+6
| | | | | | iterators and allocator pointers with different const-character. No changes to libc++ llvm-svn: 203479
* There were two identical files named 'min_allocator.h'. Move one of them to ↵Marshall Clow2013-11-261-1/+1
| | | | | | /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. llvm-svn: 195785
* Implement NULL iterators for <list> re: N3644Marshall Clow2013-08-051-0/+18
| | | | llvm-svn: 187740
* Implement full support for non-pointer pointers in custom allocators for list.Howard Hinnant2013-06-251-0/+66
| | | | llvm-svn: 184859
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-281-0/+72
llvm-svn: 124508
OpenPOWER on IntegriCloud