summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/associative
Commit message (Collapse)AuthorAgeFilesLines
* Move common header files into a 'support' directory; make 'testit' include ↵Marshall Clow2013-01-0510-10/+10
| | | | | | -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files llvm-svn: 171594
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-0310-10/+10
| | | | llvm-svn: 171452
* The rules for emplace in map, multimap, unordered_map and unordered_multimap ↵Howard Hinnant2012-05-255-8/+25
| | | | | | changed a while back and I'm just now updating to these new rules. In a nutshell, you've got to know you're emplacing to a pair and use one of pair's constructors. I made one extension: If you want to emplace the key and default construct the mapped_type, you can just emplace(key), as opposed to emplace(piecewise_construct, forward_as_tuple(key), forward_as_tuple()). llvm-svn: 157503
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-1220-40/+40
| | | | llvm-svn: 137522
* noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant2011-06-0421-12/+548
| | | | llvm-svn: 132640
* noexcept for <map>.Howard Hinnant2011-06-0410-0/+536
| | | | llvm-svn: 132639
* Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351Howard Hinnant2011-04-044-76/+5
| | | | llvm-svn: 128807
* ... And these wonderful tests.Howard Hinnant2011-04-034-0/+96
| | | | llvm-svn: 128797
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-284-8/+16
| | | | llvm-svn: 124508
* license changeHoward Hinnant2010-11-16173-346/+346
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-0449-98/+98
| | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
* Fixing whitespace problemsHoward Hinnant2010-08-2263-318/+318
| | | | llvm-svn: 111755
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11173-173/+173
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-11173-0/+15074
llvm-svn: 103490
OpenPOWER on IntegriCloud