[libcxx-commits] [PATCH] D148067: [libcxx] Add mdspan/extents
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 15 12:05:56 PDT 2023
philnik added inline comments.
================
Comment at: libcxx/docs/Status/Cxx2bPapers.csv:54
"","","","","","",""
-"`P0009R18 <https://wg21.link/P0009R18>`__","LWG","mdspan: A Non-Owning Multidimensional Array Reference","July 2022","",""
+"`P0009R18 <https://wg21.link/P0009R18>`__","LWG","mdspan: A Non-Owning Multidimensional Array Reference","July 2022","|In progress|",""
"`P0429R9 <https://wg21.link/P0429R9>`__","LWG","A Standard ``flat_map``","July 2022","",""
----------------
A note listing what is already implemented/what still needs to be implemented would be nice.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148067/new/
https://reviews.llvm.org/D148067
More information about the libcxx-commits
mailing list