[Bug 280562] [exp-run] Against llvm-19-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 280562] [exp-run] Against llvm-19-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Dec 2024 12:55:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280562 --- Comment #175 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=ea1948d2e49c6dd43f88204122ddc55834850790 commit ea1948d2e49c6dd43f88204122ddc55834850790 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-08-05 20:25:18 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-12-01 12:32:40 +0000 libcxx-compat: revert llvmorg-19-init-17727-g0eebb48fcfbc: [libc++] Merge is_member{,_object,_function}_pointer.h (#98727) The implementations for these traits have been simplified quite a bit, since we have builtins available for them now. PR: 280562 MFC after: 1 month (cherry picked from commit e8847079df1b7998ce84fd87c845d9eeef0567fb) .../libcxx/include/__type_traits/invoke.h | 3 ++- .../is_member_function_pointer.h (new) | 31 ++++++++++++++++++++++ .../__type_traits/is_member_object_pointer.h (new) | 31 ++++++++++++++++++++++ .../include/__type_traits/is_member_pointer.h | 12 --------- .../llvm-project/libcxx/include/module.modulemap | 2 ++ contrib/llvm-project/libcxx/include/type_traits | 2 ++ 6 files changed, 68 insertions(+), 13 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.