[Bug 249538] Missing C++ header experimental/optional in 12

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 29 19:25:04 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249538

Dimitry Andric <dim at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Closed
         Resolution|---                         |Not A Bug
                 CC|                            |dim at FreeBSD.org

--- Comment #1 from Dimitry Andric <dim at FreeBSD.org> ---
The experimental headers are named "experimental", because they can change, or
be removed, at *any* time, and developers are not allowed to rely on them
explicitly.

Upstream only provides these temporarily as a way to experiment with new
features before they are finalized, but software should never be shipped if it
has a hard dependency on them.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list