summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/experimental/bits/shared_ptr.h
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-09-10libstdc++: Fix -Wdeprecated-declarations warningsJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-01-03PR libstdc++/88607 replace or remove unnecessary UTF-8 charactersJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-09-12PR libstdc++/79433 no #error for including TS headers with wrong -stdJonathan Wakely
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-01-01Update copyright years.Jakub Jelinek
2016-11-13Add array support to std::shared_ptr for C++17Jonathan Wakely
2016-10-19Make std::enable_shared_from_this cope with ambiguityJonathan Wakely
2016-10-19Fix std::experimental::shared_ptr SFINAE constraintsJonathan Wakely
2016-10-18Fix indentation of experimental::shared_ptr codeJonathan Wakely
2016-10-18Fix typos in experimental::shared_ptrJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-12-10Fix dejagnu directives in shared_ptr testJonathan Wakely
2015-11-13* include/experimental/bits/shared_ptr.h: Tweak comments.Jonathan Wakely
2015-11-13Implement std::experimental::shared_ptr with array supportFan You