Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2024 11:18:50 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: 50bf3a98c316 - stable/14 - libcxx-compat: update libcxx.imp for headers that were reintroduced by reverts
Message-ID:  <202412011118.4B1BIocC008533@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=50bf3a98c3161ebc612c7f434b5149772ffbde94

commit 50bf3a98c3161ebc612c7f434b5149772ffbde94
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-08-06 08:47:32 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-12-01 11:17:12 +0000

    libcxx-compat: update libcxx.imp for headers that were reintroduced by reverts
    
    PR:             280562
    MFC after:      1 month
    
    (cherry picked from commit ff6c8447844b0f48bf507b2af4a0b8870e34e09e)
---
 lib/libc++/libcxx.imp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/libc++/libcxx.imp b/lib/libc++/libcxx.imp
index 214c12cd40ed..73c9d62df329 100644
--- a/lib/libc++/libcxx.imp
+++ b/lib/libc++/libcxx.imp
@@ -774,6 +774,8 @@
   { include: [ "<__type_traits/is_implicitly_default_constructible.h>", "private", "<type_traits>", "public" ] },
   { include: [ "<__type_traits/is_integral.h>", "private", "<type_traits>", "public" ] },
   { include: [ "<__type_traits/is_literal_type.h>", "private", "<type_traits>", "public" ] },
+  { include: [ "<__type_traits/is_member_function_pointer.h>", "private", "<type_traits>", "public" ] },
+  { include: [ "<__type_traits/is_member_object_pointer.h>", "private", "<type_traits>", "public" ] },
   { include: [ "<__type_traits/is_member_pointer.h>", "private", "<type_traits>", "public" ] },
   { include: [ "<__type_traits/is_nothrow_assignable.h>", "private", "<type_traits>", "public" ] },
   { include: [ "<__type_traits/is_nothrow_constructible.h>", "private", "<type_traits>", "public" ] },
@@ -790,6 +792,7 @@
   { include: [ "<__type_traits/is_referenceable.h>", "private", "<type_traits>", "public" ] },
   { include: [ "<__type_traits/is_same.h>", "private", "<type_traits>", "public" ] },
   { include: [ "<__type_traits/is_scalar.h>", "private", "<type_traits>", "public" ] },
+  { include: [ "<__type_traits/is_scoped_enum.h>", "private", "<type_traits>", "public" ] },
   { include: [ "<__type_traits/is_signed.h>", "private", "<type_traits>", "public" ] },
   { include: [ "<__type_traits/is_signed_integer.h>", "private", "<type_traits>", "public" ] },
   { include: [ "<__type_traits/is_specialization.h>", "private", "<type_traits>", "public" ] },



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