[llvm-branch-commits] [libcxx] [libcxx] Include __fwd/span.h in <mdspan> (PR #142925)

Aiden Grossman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Jun 7 13:07:27 PDT 2025


================
@@ -451,6 +451,7 @@ namespace std {
 
 #  if _LIBCPP_STD_VER >= 23
 #    include <__fwd/mdspan.h>
+#    include <__fwd/span.h>
----------------
boomanaiden154 wrote:

Filed the LWG issue (4275) and added a comment.

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


More information about the llvm-branch-commits mailing list