[Bug libstdc++/79789] [6/7 Regression] non-reserved names in headers
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 2 01:41:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79789
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work|6.3.0 |5.4.0
Summary|[7 Regression] non-reserved |[6/7 Regression]
|names in <type_traits> |non-reserved names in
| |headers
Known to fail| |6.3.0, 7.0
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
And this fails in C++11 or later, with GCC 6.1.0 or later:
#define T 1
#include <memory>
More information about the Gcc-bugs
mailing list