summaryrefslogtreecommitdiff
path: root/include/unordered_set
AgeCommit message (Expand)Author
2017-11-15First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::...Eric Fiselier
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-04-22Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov
2015-07-13Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow
2015-05-10Fix for LWG Issue 2059: C++0x ambiguity problem with map::eraseMarshall Clow
2014-08-10NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove externa...Eric Fiselier
2013-09-30Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got miss...Marshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-07-23Debug mode for unordered_set. I believe this to be fairly complete forHoward Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-08-12Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-07-01Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-06-04noexcept for <unordered_set>.Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-23visibility-decoration sweep completed.Howard Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant