https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89022
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2019-10-22
Assignee|unassigned at gcc dot gnu.org |emsr at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
How much of this is left to do?
Are you waiting for me to review any patches?
I noticed we have this in the <version> header, but it's not defined by any
other headers:
#define __cpp_lib_constexpr 201711L
Should that also be defined in <bits/c++config.h>?
The current C++20 draft says it has value 201811L.