summaryrefslogtreecommitdiffstats
path: root/libcxx/include/map
Commit message (Expand)AuthorAgeFilesLines
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-14/+14
* Change a couple ifdefs from '#if __cplusplus >= 2011xxx' to '#ifndef _LIBCPP_...Marshall Clow2016-07-181-2/+2
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-211-2/+2
* Fix LWG issue 2345 - Add insert(value_type&&)Eric Fiselier2016-04-181-15/+9
* Fix LWG issue 2469 - Use piecewise construction in map::operator[].Eric Fiselier2016-03-311-67/+40
* Teach __tree how to handle map's __value_typeEric Fiselier2016-03-311-226/+58
* Remove all usages of "const" node pointer typedefs in the assoc containers.Eric Fiselier2016-02-201-59/+20
* Cleanup node-type handling in the associative containers.Eric Fiselier2016-02-201-19/+13
* First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...Marshall Clow2016-01-051-0/+24
* Use __rebind_pointer to avoid #ifdef blockEric Fiselier2015-12-301-14/+4
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-261-0/+6
* Fix warnings about pessimizing return moves for C++11 and higherDimitry Andric2015-08-191-1/+1
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-131-9/+27
* Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D...Marshall Clow2015-07-071-0/+131
* Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...Marshall Clow2015-06-301-2/+2
* [libcxx] Fix detection of __is_final.Eric Fiselier2015-06-131-4/+3
* Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow2015-05-101-0/+6
* In many places, there was an #ifdef/#else block that selected one of two impl...Marshall Clow2015-04-071-14/+4
* Allow declaration of map and multimap iterator with incomplete mapped type. P...Eric Fiselier2015-03-031-9/+20
* Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...Marshall Clow2014-08-241-2/+14
* Remove some unnecessary noexcept conditions. Thanks to Richard Smith for the ...Marshall Clow2014-04-161-2/+0
* Fix bug I introduced (enabling implicit conversions from compare function to ...Marshall Clow2014-03-101-2/+18
* Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow2014-03-051-2/+2
* Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...Marshall Clow2014-02-081-8/+12
* SCARY/N2913 iterator support between the multi and non-multi versions of the ...Howard Hinnant2013-09-301-85/+71
* A collection of minor type-o fixes. The first two aren't testable, but all t...Howard Hinnant2013-09-121-1/+1
* LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...Marshall Clow2013-09-111-1/+37
* Zhihao Yuan noted that there were a few unneeded statements. Eliminated the...Howard Hinnant2013-08-221-2/+2
* Second half (map/multimap) of N3657Marshall Clow2013-08-131-0/+158
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-12/+12
* Remove implicit conversion from __value_type to value_type in [unordered_][mu...Howard Hinnant2013-07-051-22/+11
* Removed extension in [unordered_][multi]map which allowed one to emplace usin...Howard Hinnant2013-07-041-70/+14
* Simplify comparators of [unordered_][multi]map. This fixes http://llvm.org/b...Howard Hinnant2013-07-041-38/+0
* Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant2013-06-191-105/+151
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-12/+12
* The rules for emplace in map, multimap, unordered_map and unordered_multimap ...Howard Hinnant2012-05-251-120/+109
* Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.Howard Hinnant2011-12-111-1/+5
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-39/+39
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-18/+35
* Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant2011-07-011-0/+14
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-49/+49
* More fixes: One of my fixes to type_traits earlier today was incorrect, so t...Howard Hinnant2011-06-191-22/+22
* Provide names for template and function parameters in forward declarations. ...Howard Hinnant2011-06-141-3/+5
* noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant2011-06-041-36/+36
* noexcept for <map>.Howard Hinnant2011-06-041-60/+126
* http://llvm.org/bugs/show_bug.cgi?id=9672Howard Hinnant2011-04-111-2/+2
* Fixed two problems found by Chris Jefferson: Made operator>> for char consis...Howard Hinnant2011-02-271-6/+6
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-141-1/+1
* Qualify calls to addressof with std::. Bug 9106Howard Hinnant2011-02-021-14/+14
OpenPOWER on IntegriCloud