git: 463b891cbe62 - stable/14 - libcxx-compat: install headers that were reintroduced by reverts
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Dec 2024 11:18:48 UTC
The branch stable/14 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=463b891cbe624d23038273c08146c151ed5b268c commit 463b891cbe624d23038273c08146c151ed5b268c Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-08-05 20:41:08 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-12-01 11:17:12 +0000 libcxx-compat: install headers that were reintroduced by reverts PR: 280562 MFC after: 1 month (cherry picked from commit 2e861daab905dcc0c2056e5712de5e1c0d1f865b) --- lib/libc++/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index af44d89c3cd5..c01b5eccde4b 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -1261,6 +1261,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 @@ -1277,6 +1279,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