[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: Mon, 22 May 2023 01:55:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255374 --- Comment #29 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Yuri Victorovich from comment #23) [Also for Dimitry Andric vs. my original misinterpretation of __has_feature(experimental_library)] Hmm. Looks like -fexperimental-library enables __has_feature(experimental_library) and this is for client code use of an installed libc++ . Have you tried using -fexperimental-library when you test for std::format "working"? -- You are receiving this mail because: You are on the CC list for the bug.