]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/forward_list.tcc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / forward_list.tcc
2021-01-04  Jakub JelinekUpdate copyright years.
2020-08-11  François Dumontlibstdc++: Implement DR 526 on [forward_]list remove_if...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-04-17  Jonathan WakelyPR libstdc++/90105 make forward_list::sort stable
2019-01-01  Jakub JelinekUpdate copyright years.
2018-07-04  Jonathan WakelyP0646R1 Improving the Return Value of Erase-Like Algori...
2018-06-13  Jonathan WakelyPR libstdc++/86127 avoid unnecessary allocator conversions
2018-01-10  François Dumont2018-01-10 François Dumont <fdumont@gcc.gnu.org>
2018-01-03  Jakub JelinekUpdate copyright years.
2017-07-23  François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-01-01  Jakub JelinekUpdate copyright years.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-06-17  Jonathan Wakelyforward_list.h (_Fwd_list_base(const _Node_alloc_type...
2015-06-17  Jonathan Wakelyforward_list.h (forward_list::_M_get_Node_allocator...
2015-04-28  Jonathan Wakelyre PR libstdc++/61645 (forward_list::splice_after shall...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-11-02  Jonathan Wakelyforward_list.h (forward_list(size_type)): Add missing...
2012-11-01  Jonathan Wakelyforward_list.h (forward_list::assign): Dispatch to...
2012-10-31  Jonathan Wakelyforward_list.h (forward_list): Adjust comments.
2012-10-18  Jonathan Wakelyforward_list.h: Add C++11 allocator support.
2012-04-11  Paolo Carliniforward_list.h (splice_after(const_iterator, forward_li...
2012-03-05  Paolo Carlinire PR libstdc++/43813 ([DR1234] vector<T*>(3, NULL...
2011-08-29  Paolo Carlinire PR libstdc++/50118 (node-based containers cannot...
2011-01-30  Benjamin KosnikPR libstdc++/36104 part four
2010-12-19  Benjamin Kosnik*: Use headername alias to associate private includes...
2010-10-17  Paolo Carliniforward_list.h (forward_list<>::erase_after): Return...
2010-09-29  Paolo Carlini[multiple changes]
2010-09-13  Paolo Carliniforward_list.h (forward_list<>::resize(size_type, value...
2010-08-11  Paolo Carlinihashtable.h (_Hashtable<>::erase(const key_type&))...
2010-06-18  Paolo Carlinire PR libstdc++/32618 (std::vector calls uneccessary...
2010-03-16  Paolo Carliniforward_list.tcc (_Fwd_list_node_base:: _M_transfer_aft...
2010-03-15  Paolo Carlinirevert: forward_list.h: Support non-standard pointer...
2010-02-01  Paolo Carliniforward_list.h (forward_list<>::resize(size_type),...
2009-11-13  Paolo Carliniforward_list.h (forward_list<>::erase_after): Change...
2009-09-11  Paolo Carlinire PR libstdc++/41316 ([C++0x] forward_list::sort viola...
2009-04-09  Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-03-25  Paolo Carliniforward_list.h (_Fwd_list_node_base<>:: _M_transfer_aft...
2008-11-11  Bob Waltersforward_list.h: Support non-standard pointer types
2008-10-17  Paolo Carliniforward_list.tcc (forward_list<>:: _M_initialize_dispat...
2008-10-17  Edward Smith-Rowlandforward_list.h: Factor list construction to dispatch...
2008-10-16  Paolo Carliniforward_list.tcc (operator==): Use auto.
2008-10-16  Paolo Carliniforward_list.h (_Fwd_list_base<>::_M_insert_after)...
2008-10-15  Paolo Carliniforward_list.h: Remove pointless const qualifiers in...
2008-10-15  Edward Smith-Rowlandforward_list: New.