summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/profile/set.h
Commit message (Expand)AuthorAgeFilesLines
* Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely2019-05-131-628/+0
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* 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-3/+2
* stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename t...François Dumont2015-06-071-0/+106
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Major maintenance patch of the profile mode.François Dumont2014-11-101-95/+159
* map.h: Fix typo in comment; minor formatting fix.Paolo Carlini2014-05-251-5/+5
* array: Clean useless white chars.François Dumont2014-05-241-153/+181
* re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s...Jonathan Wakely2014-01-221-1/+5
* set.h (set): Implement C++11 allocator-aware container requirements.François Dumont2014-01-171-21/+41
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-11/+11
* deque: Constrain InputIterator parameters.Jonathan Wakely2012-11-061-2/+12
* re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)François Dumont2012-09-241-0/+19
* hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini2011-06-011-1/+2
* list.cc: Use noexcept per the FDIS.Paolo Carlini2011-05-261-16/+16
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-3/+3
* stl_tree.h (_Rb_tree<>::_M_const_cast_iter): Remove.Paolo Carlini2010-11-141-4/+0
* PR libstdc++/44436 (partial)Paolo Carlini2010-11-101-0/+18
* stl_tree.h (_Rb_tree<>::_M_erase_aux): Add.Paolo Carlini2010-11-081-25/+12
* move.h (forward): Update to N3092.Paolo Carlini2010-08-051-1/+1
* set.h: Revert last change, per DR 1204 [Ready]; mention the latter in comment.Paolo Carlini2010-01-091-6/+4
* set.h: Protect move assignment operator vs self assignment.Paolo Carlini2010-01-091-3/+6
* set.h: Implement DR 130 here too.Paolo Carlini2010-01-031-8/+16
* bitset: Tweak doxygen markup.Benjamin Kosnik2009-11-171-1/+1
* merge branch profile-stdlibSilvius Rus2009-10-031-0/+367