[libcxx-commits] [libcxx] 7c44167 - [libc++] Updates mdspan synopsis,

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 25 05:46:12 PST 2023


Author: Mark de Wever
Date: 2023-11-25T14:45:21+01:00
New Revision: 7c44167daa7529d0a1352746e17c9aba6a4ed8ae

URL: https://github.com/llvm/llvm-project/commit/7c44167daa7529d0a1352746e17c9aba6a4ed8ae
DIFF: https://github.com/llvm/llvm-project/commit/7c44167daa7529d0a1352746e17c9aba6a4ed8ae.diff

LOG: [libc++] Updates mdspan synopsis,

The class layout_stride has been implemented in
639a0986f3a34d52533a726e2a4193411cc1312f

Added: 
    

Modified: 
    libcxx/include/mdspan

Removed: 
    


################################################################################
diff  --git a/libcxx/include/mdspan b/libcxx/include/mdspan
index 05f612593f4b5ba..d55cdc4a4df5c34 100644
--- a/libcxx/include/mdspan
+++ b/libcxx/include/mdspan
@@ -23,7 +23,7 @@ namespace std {
   // [mdspan.layout], layout mapping
   struct layout_left;
   struct layout_right;
-  struct layout_stride; // not implemented yet
+  struct layout_stride;
 
   // [mdspan.accessor.default], class template default_accessor
   template<class ElementType>


        


More information about the libcxx-commits mailing list