[Bug 271931] The C++20 feature 'std::ranges::copy' is missing
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271931] The C++20 feature 'std::ranges::copy' is missing"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jul 2023 20:29:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271931 --- Comment #8 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Yuri Victorovich from comment #6) FreeBSD 13.2 uses the system's libc++ library, which is from LLVM 15, not LLVM 16 at this point. So comment #3 still applies for all devel/llvm* installations. In other words: use the -fexperimental-library option to get a preliminary/partial/somewhat-non-compliant implementation enabled for FreeBSD 13.2. Also supply an appropriate -std=c++?? . -- You are receiving this mail because: You are the assignee for the bug.