The branch stable/14 has been updated by dim:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=a861b58439f1168b7bc8e44472559decb897b0e2

commit a861b58439f1168b7bc8e44472559decb897b0e2
Author:     Dimitry Andric <[email protected]>
AuthorDate: 2023-12-20 19:13:47 +0000
Commit:     Dimitry Andric <[email protected]>
CommitDate: 2024-01-07 17:46:19 +0000

    Add missing /usr/include/c++/v1/__mdspan/mdspan.h header
    
    I missed this header while updating the Makefile for libc++ 17.
    
    PR:             273753
    MFC after:      1 month
    
    (cherry picked from commit 87eea35e3f8bc559a5142d613826100b758c08fe)
---
 lib/libc++/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile
index b311b166c12f..937d73434b0f 100644
--- a/lib/libc++/Makefile
+++ b/lib/libc++/Makefile
@@ -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

Reply via email to