From -4831976060592050752
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: 109fba,9a6b7da9ba54eaea
X-Google-Attributes: gid109fba,public
X-Google-Thread: f78e5,9a6b7da9ba54eaea
X-Google-Attributes: gidf78e5,public
X-Google-ArrivalTime: 1993-06-30 15:18:18 PST
Xref: gmd.de comp.lang.c++:25492 comp.std.c++:2913
Path: gmd.de!xlink.net!sol.ctr.columbia.edu!howland.reston.ans.net!ux1.cso.uiuc.edu!mp.cs.niu.edu!fnnews.fnal.gov!fnclub.fnal.gov!b91926
From: b91926@fnclub.fnal.gov (David Sachs)
Newsgroups: comp.lang.c++,comp.std.c++
Subject: Re: C++ Language Extensions
Date: 30 Jun 1993 21:42:08 GMT
Organization: Fermi National Accelerator Laboratory, Batavia IL
Lines: 6
Distribution: usa
Message-ID: <20t1bg$md5@fnnews.fnal.gov>
References: <25807@alice.att.com> <rfgC91JEK.182@netcom.com> <25820@alice.att.com> <rfgC9FE01.ALz@netcom.com> <25886@alice.att.com>
NNTP-Posting-Host: fnclub.fnal.gov

One possible way to specify a static class would be something like:


class x : static ...

Since static is a reserved word, the syntax would be unambiguous.


