summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/associative/map/map.access
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-208-714/+0
| | | | llvm-svn: 224658
* More tests for LWG Issue #2263; this time to the associative and unordered ↵Marshall Clow2014-03-101-3/+6
| | | | | | containers. Still no changes to libc++ llvm-svn: 203480
* There were two identical files named 'min_allocator.h'. Move one of them to ↵Marshall Clow2013-11-267-7/+7
| | | | | | /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. llvm-svn: 195785
* Second half (map/multimap) of N3657Marshall Clow2013-08-131-0/+29
| | | | llvm-svn: 188320
* N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for ↵Marshall Clow2013-08-081-0/+14
| | | | | | __tree_const_iterator constructor. Fix comment typos in other tests llvm-svn: 188019
* Removed extension in [unordered_][multi]map which allowed one to emplace ↵Howard Hinnant2013-07-041-0/+33
| | | | | | using just an argument for the key, as opposed to using piecewise_construct. However a bug report exposed that this created an unfortunate ambiguity. People who are currently using the extension will be notified the next time they compile, and will have to change to using piecewise_construct. There are no ABI issues with the removal of this extension. This fixes http://llvm.org/bugs/show_bug.cgi?id=16542 llvm-svn: 185666
* Implement full support for non-pointer types in custom allocators. This is ↵Howard Hinnant2013-06-197-0/+259
| | | | | | 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
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-281-2/+4
| | | | llvm-svn: 124508
* license changeHoward Hinnant2010-11-167-14/+14
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-041-2/+2
| | | | | | 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-222-3/+3
| | | | llvm-svn: 111755
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-117-7/+7
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-117-0/+374
llvm-svn: 103490
OpenPOWER on IntegriCloud