[comp.lang.c++] Strange syntax in the annotated C++ reference manual.

mlukka@lut.fi (Markku Lukka) (05/30/91)

Would someone please enlighten me on the following topic BY EMAIL?
In the annotated C++ reference manual, on page 169, there is a syntax
production: Member-Declaration:  Qualified-Name ;
 What are the semantics?
It would be like
 class A { ~A; };
etc.