[libcxx-commits] [PATCH] D157171: [libc++] mdspan - implement layout_stride

Christian Trott via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 31 16:04:31 PDT 2023


crtrott marked an inline comment as done.
crtrott added inline comments.


================
Comment at: libcxx/test/libcxx/containers/views/mdspan/layout_left/assert.ctor.layout_stride.pass.cpp:13
+// XFAIL: availability-verbose_abort-missing
+// ADDITIONAL_COMPILE_FLAGS: -Wno-ctad-maybe-unsupported
+
----------------
ldionne wrote:
> Can you link to the LLVM issue you created about this? We should have a way to do this with _LIBCPP_CTAD_SUPPORTED_FOR_TYPE.
https://github.com/llvm/llvm-project/issues/64719


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157171/new/

https://reviews.llvm.org/D157171



More information about the libcxx-commits mailing list