From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,131f06967722ab4b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!c13g2000cwb.googlegroups.com!not-for-mail From: conradwt@runbox.com Newsgroups: comp.lang.ada Subject: Re: Ada 2005? Date: 20 Dec 2004 10:49:45 -0800 Organization: http://groups.google.com Message-ID: <1103568585.285484.237450@c13g2000cwb.googlegroups.com> References: <1103344064.372396.51420@c13g2000cwb.googlegroups.com> <1n1v6175zrtcc.2g6ewdvu7ei5$.dlg@40tude.net> NNTP-Posting-Host: 130.76.64.15 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1103568590 5375 127.0.0.1 (20 Dec 2004 18:49:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 20 Dec 2004 18:49:50 +0000 (UTC) In-Reply-To: <1n1v6175zrtcc.2g6ewdvu7ei5$.dlg@40tude.net> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=130.76.64.15; posting-account=2cgjjBMAAABgvdnIs0P9Xl7xUt0Ov5d9TxVz2CChb4Lc4MXNcZuFCw Xref: g2news1.google.com comp.lang.ada:7098 Date: 2004-12-20T10:49:45-08:00 List-Id: In C++, the word, 'class', is a keyword that one uses to construct object or instance definitions. Also, it is very clear as to what you're trying to do when you see this in the source. Thus, I guess that you're saying that Copy is a static member instead of an instance member. -Conrad