This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: c++/3462: base class ctor in initializer list problem


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]