[Bug c++/55992] constexpr static member function not recognised in templated using statement
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 15 22:05:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55992
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |rejects-valid
Status|UNCONFIRMED |NEW
Last reconfirmed| |2013-01-15
Ever Confirmed|0 |1
Known to fail| |4.8.0
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-01-15 22:04:42 UTC ---
Confirmed, a work around is to do:
using my_array = A<test::pole(P)>;
More information about the Gcc-bugs
mailing list