git: d6d48190ec6a - main - Revert "libcxx-compat: install headers that were reintroduced by reverts"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Apr 2026 14:18:31 UTC
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=d6d48190ec6a62a20ef603011f215015c1d999fb
commit d6d48190ec6a62a20ef603011f215015c1d999fb
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2025-12-06 20:24:14 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-04-25 14:07:40 +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
---
lib/libc++/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile
index 9c12f419f6f1..a5e45c4ca54f 100644
--- a/lib/libc++/Makefile
+++ b/lib/libc++/Makefile
@@ -1268,8 +1268,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
@@ -1286,7 +1284,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