summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/associative/multimap
Commit message (Collapse)AuthorAgeFilesLines
* Move common header files into a 'support' directory; make 'testit' include ↵Marshall Clow2013-01-051-1/+1
| | | | | | -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-031-1/+1
| | | | llvm-svn: 171452
* The rules for emplace in map, multimap, unordered_map and unordered_multimap ↵Howard Hinnant2012-05-252-4/+10
| | | | | | 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-125-10/+10
| | | | llvm-svn: 137522
* noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant2011-06-045-5/+5
| | | | llvm-svn: 132640
* noexcept for <map>.Howard Hinnant2011-06-045-0/+268
| | | | llvm-svn: 132639
* Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351Howard Hinnant2011-04-041-24/+0
| | | | llvm-svn: 128807
* ... And these wonderful tests.Howard Hinnant2011-04-031-0/+24
| | | | llvm-svn: 128797
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-281-2/+4
| | | | llvm-svn: 124508
* license changeHoward Hinnant2010-11-1641-82/+82
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-0412-24/+24
| | | | | | 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-2215-22/+22
| | | | llvm-svn: 111755
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1141-41/+41
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1141-0/+2829
llvm-svn: 103490
OpenPOWER on IntegriCloud