[libcxx-commits] [libcxx] [libcxx] Remove TODO related to LWG4275 (PR #171665)
Aiden Grossman via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 10 10:11:28 PST 2025
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/171665
LWG4275 has been moved to a working paper, so we can remove this TODO now.
Related to #171329
>From b6e4263692435906eb995ddcf45da447270a3900 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 10 Dec 2025 18:07:10 +0000
Subject: [PATCH] [libcxx] Remove TODO related to LWG4275
LWG4275 has been moved to a working paper, so we can remove this TODO
now.
Related to #171329
---
libcxx/include/mdspan | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/libcxx/include/mdspan b/libcxx/include/mdspan
index 5aeec1bcbfc39..32468a128dc9a 100644
--- a/libcxx/include/mdspan
+++ b/libcxx/include/mdspan
@@ -450,11 +450,7 @@ namespace std {
# include <__config>
# if _LIBCPP_STD_VER >= 23
-# include <__fwd/mdspan.h> // TODO(boomanaiden154): This is currently a
- // non-standard extension to include
- // std::dynamic_extent tracked by LWG issue 4275.
- // This comment should be deleted or the include
- // deleted upon resolution.
+# include <__fwd/mdspan.h>
# include <__fwd/span.h>
# include <__mdspan/default_accessor.h>
# include <__mdspan/extents.h>
More information about the libcxx-commits
mailing list