Using declarations with inheritance

Martin von Loewis loewis@informatik.hu-berlin.de
Tue Oct 20 09:00:00 GMT 1998


> Unless I'm wrong and this code should not compile, the error message could be
> changed to say "Not yet implemented"....

It is more complicated than that. g++ implements ARM-style access
declarations for classes, instead of the standard using-declarations
for classes (using-declarations for namespaces should be compliant).

My guess is that the error message will stay until the code is fixed
for good.

Regards,
Martin



More information about the Gcc-bugs mailing list