summaryrefslogtreecommitdiff
path: root/libcxx/test/containers/associative/map/map.access/iterator.pass.cpp
AgeCommit message (Collapse)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
llvm-svn: 224658
2014-03-10More tests for LWG Issue #2263; this time to the associative and unordered ↵Marshall Clow
containers. Still no changes to libc++ llvm-svn: 203480
2013-11-26There were two identical files named 'min_allocator.h'. Move one of them to ↵Marshall Clow
/support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. llvm-svn: 195785
2013-08-08N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for ↵Marshall Clow
__tree_const_iterator constructor. Fix comment typos in other tests llvm-svn: 188019
2013-06-19Implement full support for non-pointer types in custom allocators. This is ↵Howard Hinnant
for the associative containers only. This work still needs to be done on the unordered and sequence containers. Fixes http://llvm.org/bugs/show_bug.cgi?id=15978 llvm-svn: 184358
2011-01-28Bug 9096 - list::iterator not default constructibleHoward Hinnant
llvm-svn: 124508
2010-11-16license changeHoward Hinnant
llvm-svn: 119395
2010-08-22Fixing whitespace problemsHoward Hinnant
llvm-svn: 111755
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
llvm-svn: 103516
2010-05-11libcxx initial importHoward Hinnant
llvm-svn: 103490