[libcxx-commits] [libcxx] [libc++][mdspan] Fix extents CTAD (PR #68737)

Christian Trott via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 10 13:49:08 PDT 2023


================
@@ -21,6 +21,12 @@
 #include "../ConvertibleToIntegral.h"
 #include "test_macros.h"
 
+struct S {
----------------
crtrott wrote:

changed. I used `NoDefaultCtorIndex`

https://github.com/llvm/llvm-project/pull/68737


More information about the libcxx-commits mailing list