summaryrefslogtreecommitdiff
path: root/libcxx/include/__mdspan/mdspan.h
AgeCommit message (Expand)Author
2025-04-14[libc++] Implement P2897R7 aligned_accessor: An mdspan accessor expressing po...Damien L-G
2025-02-27[NFC][libc++] Guard against operator& hijacking. (#128351)Mark de Wever
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2024-04-12[libc++] P3029R1: Better `mdspan`'s CTAD (#87873)Xiaoyang Liu
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser
2023-12-10[libc++] LWG-4021 "`mdspan::is_always_meow()` should be `noexcept`", use `LIB...Stephan T. Lavavej
2023-07-25[libc++][mdspan] Fix uglification, categorize asserts and move testsChristian Trott
2023-07-25[libc++][mdspan] Implement std::mdspan classChristian Trott