https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100682

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-05-19
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to frankhb1989 from comment #0)
> BTW, what is the compatibility policy here? Is it true that any <debug/*>
> headers could be removed in a future release of GCC without deprecation?

We probably shouldn't do that.

I suppose we could restore <debug/array> but with this content:

#include <array>
namespace __gnu_debug { using std::array; using std::get; using std::swap; }

And then deprecate it.

Reply via email to