summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/node_handle.h
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-03-22libstdc++: Destroy allocators in re-inserted container nodes [PR114401]Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-01-16Update copyright years.Jakub Jelinek
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-10-21libstdc++: Suppress Doxygen docs for more implementation detailsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-10-19libstdc++: Optimize container node-handle type for sizeJonathan Wakely
2020-08-26libstdc++: Rename _Hashtable _H1, _H2 and _Hash template parametersFrançois Dumont
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-05-14PR libstdc++/82966 fix swapping of node handlesJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-12-01Fix -Wempty-body warnings for debug assertionsJonathan Wakely
2017-11-30PR libstdc++/83226 avoid forming pointer-to-reference typeJonathan Wakely
2017-11-23Add [[nodiscard]] attribute to C++17 componentsJonathan Wakely
2017-11-03Remove _Node_insert_return::get() member functions (P0508R0)Jonathan Wakely
2017-10-27Simplify _Node_insert_return to avoid including <tuple>Jonathan Wakely
2017-05-15Fix order and types of members in C++17 insert_return_type structsJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-10-05Remove invalid alias declaration from _Node_handleJonathan Wakely
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely