[Bug c++/80648] [DR903] Valid C++11 null pointer constant (1-1) is rejected
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat May 6 21:44:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80648
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
It's a DR, we (In reply to Keith Thompson from comment #2)
> > [Moved to DR status at the April, 2013 meeting.]
Which means it's a DR against C++11, because it can't be a DR against C++14 in
2013 because there was no C++14 in 2013. So as a DR against C++11 we implement
it in C++11 mode.
More information about the Gcc-bugs
mailing list