c++/8778: ICE on illegal initialization of non-integral static in-class constant
bangerth@dealii.org
bangerth@dealii.org
Mon Dec 2 12:49:00 GMT 2002
Old Synopsis: g++ 2.95/3.0.4/3.2/3.2.1 dies during template processing
New Synopsis: ICE on illegal initialization of non-integral static in-class constant
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Mon Dec 2 12:49:44 2002
State-Changed-Why:
Confirmed.
The code is illegal, though: you can only initialize
_integral scalar constants_ inside the class. You try to
do this with an array, which is not allowed.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8778
More information about the Gcc-prs
mailing list