Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 19:25:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 249538] Missing C++ header experimental/optional in 12
Message-ID:  <bug-249538-29464-udL5mPGlpJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249538-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249538-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

Dimitry Andric <dim@FreeBSD.org> changed:

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

--- Comment #1 from Dimitry Andric <dim@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249538-29464-udL5mPGlpJ>