From 8415033267795776110
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-23 03:50:51 PST
Xref: gmd.de comp.lang.c++:24978 comp.std.c++:2862
Newsgroups: comp.lang.c++,comp.std.c++
Path: gmd.de!xlink.net!howland.reston.ans.net!noc.near.net!uunet!munnari.oz.au!metro!news
From: maxtal@physics.su.OZ.AU (John Max Skaller)
Subject: Re: C++ Language Extensions
Message-ID: <1993Jun23.103931.24251@ucc.su.OZ.AU>
Sender: news@ucc.su.OZ.AU
Nntp-Posting-Host: physics.su.oz.au
Organization: School of Physics, University of Sydney, Australia
References: <25807@alice.att.com> <rfgC91JEK.182@netcom.com> <1993Jun22.214246.27155@borland.com>
Date: Wed, 23 Jun 1993 10:39:31 GMT
Lines: 12

In article <1993Jun22.214246.27155@borland.com> pete@borland.com (Pete Becker) writes:
>	The key here is that type names do not have linkage. 

	Sure they do. C++ class names have extern linkage.
	In C++ *all* file-scope names have linkage.
	See 3.3.

--
        JOHN (MAX) SKALLER,         INTERNET:maxtal@suphys.physics.su.oz.au
	Maxtal Pty Ltd,		    CSERVE:10236.1703 
        6 MacKay St ASHFIELD,	    Mem: SA IT/9/22,SC22/WG21 
        NSW 2131, AUSTRALIA	    


