Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions libcxx/include/mdspan
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading