https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234022
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Dimitry Andric <[email protected]> --- (In reply to Alexander Kabaev from comment #5) > (In reply to Tobias C. Berner from comment #4) > I suspect libc++ is wrong here, as it single-handedly removed > experimental/optional from all C++ clients, even ones that are _not_ c++17 > compatible. I disagree. Those headers, and their implementations were explicitly marked as "experimental", which clearly means that you *cannot* count on 1) those headers to keep on existing, and 2) their functionality staying the same. If software is taking the risk of relying on experimental headers, then maybe it is better to not import them into FreeBSD's base system at all? That would force people to wait until the standards have been finalized. -- You are receiving this mail because: You are on the CC list for the bug.
