Skip to content

Conversation

@boomanaiden154
Copy link
Contributor

LWG4275 has been moved to a working paper, so we can remove this TODO now.

Related to #171329

LWG4275 has been moved to a working paper, so we can remove this TODO
now.

Related to llvm#171329
@boomanaiden154 boomanaiden154 requested a review from a team as a code owner December 10, 2025 18:11
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Dec 10, 2025
@llvmbot
Copy link
Member

llvmbot commented Dec 10, 2025

@llvm/pr-subscribers-libcxx

Author: Aiden Grossman (boomanaiden154)

Changes

LWG4275 has been moved to a working paper, so we can remove this TODO now.

Related to #171329


Full diff: https://github.com/llvm/llvm-project/pull/171665.diff

1 Files Affected:

  • (modified) libcxx/include/mdspan (+1-5)
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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants