[libcxx-commits] [libcxx] [libc++] Fix the mdspan ElementType complete object type mandate (PR #191703)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 12 22:12:13 PDT 2026


================
@@ -23,6 +23,46 @@ class AbstractClass {
   virtual void method() = 0;
 };
 
+struct BadAccessor {
+  using offset_policy    = BadAccessor;
----------------
eiytoq wrote:

Done.

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


More information about the libcxx-commits mailing list