[libcxx-commits] [PATCH] D157171: [libc++] mdspan - implement layout_stride
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 8 10:38:27 PDT 2023
Mordante added inline comments.
================
Comment at: libcxx/include/__mdspan/layout_stride.h:18
+#ifndef _LIBCPP___MDSPAN_LAYOUT_STRIDE_H
+#define _LIBCPP___MDSPAN_LAYOUT_STRIDE_H
+
----------------
The file `modules/std/mdspan.cppm` should be updated; uncomment `using std::layout_stride;`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157171/new/
https://reviews.llvm.org/D157171
More information about the libcxx-commits
mailing list