summaryrefslogtreecommitdiffstats
path: root/libcxx/include/map
Commit message (Expand)AuthorAgeFilesLines
* 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
* Marshall Clow's fix for Bug 8421.Howard Hinnant2011-01-041-2/+2
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-221-51/+191
* Fix whitespaceHoward Hinnant2010-09-041-3/+3
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-26/+53
* Fixing whitespace problemsHoward Hinnant2010-08-221-19/+15
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+4
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+1663
OpenPOWER on IntegriCloud