]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/node_handle.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / node_handle.h
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-16  Jonathan Wakelylibstdc++: Only declare feature test macros in standard...
2023-08-16  Arsen Arsenovićlibstdc++: Replace all manual FTM definitions and use
2023-01-16  Jakub JelinekUpdate copyright years.
2022-01-21  Jonathan Wakelylibstdc++: Ensure all feature test macros have type...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-10-21  Jonathan Wakelylibstdc++: Suppress Doxygen docs for more implementatio...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-10-19  Jonathan Wakelylibstdc++: Optimize container node-handle type for...
2020-08-26  François Dumontlibstdc++: Rename _Hashtable _H1, _H2 and _Hash templat...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-05-14  Jonathan WakelyPR libstdc++/82966 fix swapping of node handles
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-01  Jonathan WakelyFix -Wempty-body warnings for debug assertions
2017-11-30  Jonathan WakelyPR libstdc++/83226 avoid forming pointer-to-reference...
2017-11-23  Jonathan WakelyAdd [[nodiscard]] attribute to C++17 components
2017-11-03  Jonathan WakelyRemove _Node_insert_return::get() member functions...
2017-10-27  Jonathan WakelySimplify _Node_insert_return to avoid including <tuple>
2017-05-15  Jonathan WakelyFix order and types of members in C++17 insert_return_t...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-05  Jonathan WakelyRemove invalid alias declaration from _Node_handle
2016-09-22  Jonathan WakelyImplement C++17 node extraction and insertion (P0083R5)