The branch stable/14 has been updated by dim:

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

commit 51cc09b9d0202d75c6d85304efc99b6fed08ba52
Author:     Dimitry Andric <[email protected]>
AuthorDate: 2025-12-06 20:24:14 +0000
Commit:     Dimitry Andric <[email protected]>
CommitDate: 2026-05-29 22:59:33 +0000

    Revert "libcxx-compat: install headers that were reintroduced by reverts"
    
    This reverts commit 8ad38d5eb3985ef778a7d36093878b0b373ccedf, in
    preparation for merging llvm 21.
    
    PR:             292067
    MFC after:      1 month
    
    (cherry picked from commit d6d48190ec6a62a20ef603011f215015c1d999fb)
---
 lib/libc++/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile
index 95b1bc298c98..f8d28af4da0d 100644
--- a/lib/libc++/Makefile
+++ b/lib/libc++/Makefile
@@ -1269,8 +1269,6 @@ TTR_HEADERS+=     is_fundamental.h
 TTR_HEADERS+=  is_implicitly_default_constructible.h
 TTR_HEADERS+=  is_integral.h
 TTR_HEADERS+=  is_literal_type.h
-TTR_HEADERS+=  is_member_function_pointer.h
-TTR_HEADERS+=  is_member_object_pointer.h
 TTR_HEADERS+=  is_member_pointer.h
 TTR_HEADERS+=  is_nothrow_assignable.h
 TTR_HEADERS+=  is_nothrow_constructible.h
@@ -1287,7 +1285,6 @@ TTR_HEADERS+=     is_reference_wrapper.h
 TTR_HEADERS+=  is_referenceable.h
 TTR_HEADERS+=  is_same.h
 TTR_HEADERS+=  is_scalar.h
-TTR_HEADERS+=  is_scoped_enum.h
 TTR_HEADERS+=  is_signed.h
 TTR_HEADERS+=  is_signed_integer.h
 TTR_HEADERS+=  is_specialization.h

Reply via email to