[Bug 255374] C++20 features (headers) std::concepts, std::format, std::numbers, std::source_location, etc. are missing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Jun 2021 20:24:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255374
--- Comment #9 from commit-hook@FreeBSD.org ---
A commit in branch releng/13.0 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=dac086497e50619b26d227de02b602f5350d7366
commit dac086497e50619b26d227de02b602f5350d7366
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-06-03 18:53:18 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-06-29 17:08:58 +0000
Add C++ headers <barrier> <concepts> <execution> <latch> <numbers>
<semaphore>
I missed adding these to the libc++ Makefile, when importing
llvm-project 11.0.0-rc1, even though they were supplied by upstream.
While here, update OptionalObsoleteFiles.inc to add these new headers,
and cleanup old cruft.
Approved by: so
Security: EN-21:18.libc++
Reported by: yuri
Submitted by: jkim (Makefile diff)
PR: 255374
MFC after: 3 days
(cherry picked from commit 95aa617e4bf09fcc813b1bab3d0dbf4b606807b1)
(cherry picked from commit 70e13c4cffd5ff7a70296bc5c4c3b7525c278b1d)
lib/libc++/Makefile | 6 +++++
tools/build/mk/OptionalObsoleteFiles.inc | 43 ++++++++++++++++++++------------
2 files changed, 33 insertions(+), 16 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.