Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uupsi!sunic!news.funet.fi!kannel!mlukka From: mlukka@lut.fi (Markku Lukka) Newsgroups: comp.lang.c++ Subject: Strange syntax in the annotated C++ reference manual. Message-ID: Date: 29 May 91 18:38:14 GMT Sender: mlukka@lut.fi (Markku Lukka) Distribution: comp Organization: Lappeenranta University of Technology, Finland Lines: 7 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.