https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62661
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62661
--- Comment #6 from Jonathan Wakely ---
What's really fun is that you can't even do:
#if __cpp_digit_separators
int i = 1'000;
#else
int i = 1000;
#endif
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62661
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62661
Richard Biener changed:
What|Removed |Added
CC||david.post at ohyonghao dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62661
Andrew Pinski changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62661
Jonathan Wakely changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62661
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Component|c++