This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/55931] [C++11] Constexpr member function inside a static member is not working


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55931

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-01-10 05:18:11 UTC ---
>             std::integral_constant<int, x.get()> i; // This is not working

Most likely because Test<int> is not complete at the time of parsing.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]