This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/3738: static member variables are well handled by containers
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, luca dot formaggia at epfl dot ch, nobody at gcc dot gnu dot org
- Subject: Re: libstdc++/3738: static member variables are well handled by containers
- From: aoliva at gcc dot gnu dot org
- Date: 24 Aug 2001 08:35:45 -0000
Synopsis: static member variables are well handled by containers
State-Changed-From-To: feedback->closed
State-Changed-By: aoliva
State-Changed-When: Fri Aug 24 01:35:45 2001
State-Changed-Why:
Not a bug. Even static const data members initialized with a constant must be defined outside the class body.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3738&database=gcc