https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69767
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69767
--- Comment #3 from Richard Biener ---
I think glibc should simply stop defining those with __cplusplus?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69767
--- Comment #4 from Richard Biener ---
And we can always fixinclude this...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69767
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69767
--- Comment #1 from Marek Polacek ---
GCC 5 behaves the same here.
If I use #include the the program won't compile even in C++03.
Not 100 % sure this is a bug though...