This is the mail archive of the gcc@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]

C++: non-trivial labeled initializers


When compiling some code with egcs-1.1 it gave me
the following error:
sorry, not implemented: non-trivial labeled initializers

What is causing this and what is a 'non-trivial labeled initializer'?
It seems that I get this when a class derived from a pure
abstract class implements virtual methods different from
the ones inherited. This is not verified, though.

Anders Norlander


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