We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe5a1e commit 835d16aCopy full SHA for 835d16a
libcxx/include/mdspan
@@ -450,7 +450,11 @@ namespace std {
450
# include <__config>
451
452
# if _LIBCPP_STD_VER >= 23
453
-# include <__fwd/mdspan.h>
+# 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.
458
# include <__fwd/span.h>
459
# include <__mdspan/default_accessor.h>
460
# include <__mdspan/extents.h>
0 commit comments