This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9236: Initializing enum values with template arguments does not work
- From: reichelt at igpm dot rwth-aachen dot de
- To: bangerth at ticam dot utexas dot edu, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 9 Jan 2003 01:23:00 -0000
- Subject: Re: c++/9236: Initializing enum values with template arguments does not work
- Reply-to: reichelt at igpm dot rwth-aachen dot de, bangerth at ticam dot utexas dot edu, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: Initializing enum values with template arguments does not work
State-Changed-From-To: open->closed
State-Changed-By: reichelt
State-Changed-When: Wed Jan 8 17:22:59 2003
State-Changed-Why:
Not a bug.
The compiler is (correctly) complaining about the
semicolon after "i=N". Just delete it and the code
compiles fine.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9236