git: 2e861daab905 - main - libcxx-compat: install headers that were reintroduced by reverts
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Oct 2024 18:30:46 UTC
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=2e861daab905dcc0c2056e5712de5e1c0d1f865b
commit 2e861daab905dcc0c2056e5712de5e1c0d1f865b
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-08-05 20:41:08 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-10-23 18:26:49 +0000
libcxx-compat: install headers that were reintroduced by reverts
PR: 280562
MFC after: 1 month
---
lib/libc++/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile
index c7f408cbf575..b30eefd6e2f7 100644
--- a/lib/libc++/Makefile
+++ b/lib/libc++/Makefile
@@ -1260,6 +1260,8 @@ 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
@@ -1276,6 +1278,7 @@ 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