summaryrefslogtreecommitdiffstats
path: root/include/set
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-2/+2
* Fix unused parameters and variablesEric Fiselier2016-12-231-1/+1
* Fix missing const on set::count. Patch from Andrey KhalyavinEric Fiselier2016-12-091-1/+1
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-261-0/+6
* Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow2015-05-101-0/+2
* Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...Marshall Clow2014-08-241-0/+12
* 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/+20
* Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow2014-03-051-4/+4
* LWG Issue #2210 Part 4 - map/multimapMarshall Clow2013-09-111-0/+36
* First half of support for N3657; heterogenous lookups for set/multisetMarshall Clow2013-08-131-0/+128
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-2/+2
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-2/+2
* 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-0/+8
* 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-24/+24
* noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant2011-06-041-80/+139
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-231-16/+120
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-26/+26
* Fixing whitespace problemsHoward Hinnant2010-08-221-15/+12
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+841