summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/profile/unordered_set
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely2015-07-131-0/+2
* unordered_map.h (unordered_map, [...]): Add missing constructors.François Dumont2015-05-171-0/+70
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Major maintenance patch of the profile mode.François Dumont2014-11-101-44/+38
* array: Clean useless white chars.François Dumont2014-05-241-84/+84
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* unordered_base.h: New.François Dumont2013-05-071-171/+88
* PR libstdc++/55043 (again)Jonathan Wakely2013-01-161-23/+0
* re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr...Jonathan Wakely2013-01-161-1/+24
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-2/+2
* unordered_set.h (unordered_set<>): Prefer aggregation to inheritance with _Ha...François Dumont2012-10-221-13/+13
* PR libstdc++/52317 (cont)Paolo Carlini2012-02-211-1/+5
* re PR libstdc++/52317 (incorrect FSF address)Paolo Carlini2012-02-211-15/+5
* re PR libstdc++/51608 ([C++11] Unordered containers end(size_type) isn't cons...François Dumont2011-12-291-6/+6
* unordered_set: Minor formatting changes.François Dumont2011-12-101-75/+104
* unordered_map: Add missing copy constructors.Jonathan Wakely2011-11-091-0/+13
* hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Remove noexcept, the mo...Paolo Carlini2011-09-011-4/+0
* hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini2011-06-011-2/+6
* list.cc: Use noexcept per the FDIS.Paolo Carlini2011-05-261-7/+7
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-3/+3
* PR libstdc++/44436 (partial)Paolo Carlini2010-10-281-2/+38
* hashtable.h (_Hashtable<>::operator=(const _Hashtable&)): Move inline.Paolo Carlini2010-08-141-13/+13
* move.h (forward): Update to N3092.Paolo Carlini2010-08-051-2/+2
* unordered_map: Clean-up includes and guards.Paolo Carlini2010-03-301-7/+6
* [multiple changes]Paolo Carlini2010-03-261-0/+24
* hashtable.h: Fold in include/tr1_impl/hashtable.h contents.Paolo Carlini2010-02-101-1/+1
* hashtable.h: Fold in include/tr1_impl/hashtable.h for C++0x use.Paolo Carlini2010-02-101-71/+64
* set.h: Revert last change, per DR 1204 [Ready]; mention the latter in comment.Paolo Carlini2010-01-091-12/+8
* set.h: Protect move assignment operator vs self assignment.Paolo Carlini2010-01-091-6/+12
* hashtable (_Hashtable<>): Remove insert_return_type typedef.Paolo Carlini2010-01-031-7/+15
* merge branch profile-stdlibSilvius Rus2009-10-031-0/+480