summaryrefslogtreecommitdiff
path: root/libcxx/include/__expected/bad_expected_access.h
AgeCommit message (Expand)Author
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne
2024-04-16[libc++] Use availability to rely on key functions for bad_expected_access an...Louis Dionne
2024-04-09[libc++] Add test coverage for our implementation of LWG4031 (#87508)Louis Dionne
2024-04-03[libc++] Disables -Wweak-vtables diagnostics. (#85577)Mark de Wever
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-03-19[libc++] Granularize <exception> includesNikolas Klauser
2022-12-14[libc++] Implement `std::expected` P0323R12Hui Xie