aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/node_handle.h
AgeCommit message (Expand)Author
2019-01-01 Update copyright years.Jakub Jelinek
2018-05-14PR libstdc++/82966 fix swapping of node handlesJonathan Wakely
2018-01-03 Update 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-01 Update 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