Skip to content

Commit 835d16a

Browse files
feedback
Created using spr 1.3.6
1 parent 3fe5a1e commit 835d16a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

libcxx/include/mdspan

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,11 @@ namespace std {
450450
# include <__config>
451451

452452
# if _LIBCPP_STD_VER >= 23
453-
# include <__fwd/mdspan.h>
453+
# include <__fwd/mdspan.h> // TODO(boomanaiden154): This is currently a
454+
// non-standard extension to include
455+
// std::dynamic_extent tracked by LWG issue 4275.
456+
// This comment should be deleted or the include
457+
// deleted upon resolution.
454458
# include <__fwd/span.h>
455459
# include <__mdspan/default_accessor.h>
456460
# include <__mdspan/extents.h>

0 commit comments

Comments
 (0)