Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2024 12:54:21 GMT
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 320a4f33f713 - stable/13 - libcxx-compat: install headers that were reintroduced by reverts
Message-ID:  <202412011254.4B1CsLwI094067@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412011254.4B1CsLwI094067>