summaryrefslogtreecommitdiff
path: root/libcxx/include/__expected/unexpected.h
AgeCommit message (Expand)Author
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-11-07[libc++] Fix `unexpected` heterogeneous comparison (#115249)A. Jiang
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-05-23[libc++][NFC] Fix whitespace problems in the files added to ignore_format.txt...Nikolas Klauser
2023-02-17[libc++][CI] Switches to clang-format-16.Mark de Wever
2023-01-25[NFC][libc++] Remove __unexpected namespaceyronglin
2022-12-14[libc++] Implement `std::expected` P0323R12Hui Xie