[libcxx-commits] [PATCH] D154367: [libc++] mdspan - implement mdspan class
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 24 10:57:00 PDT 2023
Mordante added inline comments.
================
Comment at: libcxx/test/std/containers/views/mdspan/mdspan/conversion.pass.cpp:240
+ // FIXME: these tests trigger what appears to be a compiler bug on MINGW32 with --target=x86_64-w64-windows-gnu
+ // https://godbolt.org/z/KK8aj5bs7
+ #ifndef __MINGW32__
----------------
Please add a link to the bug you filed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154367/new/
https://reviews.llvm.org/D154367
More information about the libcxx-commits
mailing list