git: 320a4f33f713 - stable/13 - libcxx-compat: install headers that were reintroduced by reverts
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Dec 2024 12:54:21 UTC
The branch stable/13 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=320a4f33f7130d6296f8afcda52fec7348313b39 commit 320a4f33f7130d6296f8afcda52fec7348313b39 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-08-05 20:41:08 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-12-01 12:32:42 +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 700d74244d57..048a84ba6bf4 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -1259,6 +1259,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 @@ -1275,6 +1277,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