[Bug c++/31044] Compilation fails on definition of a static template class member

2011-09-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31044 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|gcc-bugs at g

[Bug c++/31044] Compilation fails on definition of a static template class member

2007-07-21 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31044

[Bug c++/31044] Compilation fails on definition of a static template class member

2007-03-08 Thread bangerth at dealii dot org
--- Comment #1 from bangerth at dealii dot org 2007-03-09 05:01 --- Confirmed, though I believe this is a duplicate of some other PR. This is not a regression. Somewhat smaller: -- template class C {}; template class X { static const unsigned int Value = 2;