c++/3462: base class ctor in initializer list problem
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Wed Jul 25 06:52:00 GMT 2001
Synopsis: base class ctor in initializer list problem
State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Wed Jul 25 06:52:38 2001
State-Changed-Why:
not a bug. As the provided code is not complete, I cannot
completely verify what you're trying to do, but Artem's
analysis is correct. You must use a template id expr
for the base class initializers -- consider if you had two
different instantiations of the same template for bases.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3462&database=gcc
More information about the Gcc-prs
mailing list