Skip to content

Commit

Permalink
Add missing /usr/include/c++/v1/__mdspan/mdspan.h header
Browse files Browse the repository at this point in the history
I missed this header while updating the Makefile for libc++ 17.

PR:		273753
MFC after:	1 month
  • Loading branch information
DimitryAndric committed Dec 20, 2023
1 parent afdce08 commit 87eea35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/libc++/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@ MDS_HEADERS+= default_accessor.h
MDS_HEADERS+= extents.h
MDS_HEADERS+= layout_left.h
MDS_HEADERS+= layout_right.h
MDS_HEADERS+= mdspan.h
.for hdr in ${MDS_HEADERS}
MDS+= ${HDRDIR}/__mdspan/${hdr}
.endfor
Expand Down

0 comments on commit 87eea35

Please sign in to comment.