summaryrefslogtreecommitdiff
path: root/libcxx/include/__memory/auto_ptr.h
AgeCommit message (Expand)Author
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2022-06-22[libc++] Complete the implementation of N4190Nikolas Klauser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-07[libc++] Remove the ability to use the std::nullptr_t emulation in C++03 modeLouis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-06-15[libcxx][iwyu] ensures we IWYU as prep for modulesChristopher Di Bella
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-04-14[libc++] Move guards against std::auto_ptr outside of auto_ptr.hLouis Dionne
2021-04-12[libc++] Split auto_ptr out of <memory>Louis Dionne