From -2759116356072957993
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,7b79e159eaf7fc79
X-Google-Attributes: gidf78e5,public
Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newshosting.com!nx01.iad01.newshosting.com!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!mutlu.news.demon.net!demon!mail2news.demon.co.uk!devnull
From: usenet@disemia.com (edA-qa mort-ora-y)
Newsgroups: comp.std.c++
Subject: Re: Template visibility / linkage
Date: Wed, 23 Jun 2004 19:48:32 +0000 (UTC)
Organization: Arcor
Lines: 25
Approved: fjh@cs.mu.oz.au (Fergus Henderson , moderator of comp.std.c++)
Message-ID: <40d9b2f2$0$25279$9b4e6d93@newsread2.arcor-online.net>
References: <40d85d55$0$25274$9b4e6d93@newsread2.arcor-online.net> <DD3Cc.12537$GQ3.339152@twister2.libero.it>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: mail2news.demon.co.uk 1088020112 10251 10.0.0.1 (23 Jun 2004 19:48:32 GMT)
X-Complaints-To: abuse@demon.net
NNTP-Posting-Date: Wed, 23 Jun 2004 19:48:32 +0000 (UTC)
X-Received: from mulga.cs.mu.oz.au ([128.250.1.22])
	by news.demon.co.uk with esmtp (Exim 4.12)
	id 1BdDjT-0002fB-00
	for mail2news@news.news.demon.net; Wed, 23 Jun 2004 19:48:31 +0000
X-Received: from mulga.cs.mu.OZ.AU (localhost [127.0.0.1]) by mulga.cs.mu.OZ.AU with ESMTP
	id i5NJmSRR008505; Thu, 24 Jun 2004 05:48:28 +1000 (EST)
X-Received: (from fjh@localhost)
	by mulga.cs.mu.OZ.AU (8.12.10+Sun/8.12.9/Submit) id i5NJmSA5008496;
	Thu, 24 Jun 2004 05:48:28 +1000 (EST)
X-Authentication-Warning: mulga.cs.mu.OZ.AU: fjh set sender to devnull@stump.algebra.com using -f
X-Path: comp-std-cpp-robomod!not-for-mail
X-Robomod: STUMP, ichudov@algebra.com (Igor Chudov)
X-Delivered-To: std-c++@ucar.edu
X-User-Agent: Mozilla Thunderbird 0.6 (X11/20040502)
X-Accept-Language: en-us, en
X-Newsgroups: comp.std.c++
X-NNTP-Posting-Date: 23 Jun 2004 18:42:27 MEST
X-Spam-Checker-Version: SpamAssassin 2.60-mulga_r1 (1.212-2003-09-23-exp) on 
	mulga.cs.mu.OZ.AU
X-Spam-Status: No, hits=-4.9 required=5.2 tests=BAYES_00 autolearn=ham 
	version=2.60-mulga_r1
Xref: g2news1.google.com comp.std.c++:995

Alberto Barbati wrote:
> with the export keyword. A non-exported declaration (as in the example) 
> is not enough. The presence of the specialization in <src1> is 
> inessential to this example. The fact that the linkage of a template is 
> external is completely unrelated with this example.

Thank you. I think I understand now.  One question with the export 
keyword though, must this go on only the declaration?  Does it then 
apply to all specializations in other translation units -- or must the 
specializations still be seen (in declaration only with export) in the 
translation unit that instantiates them?


-- 
edA-qa mort-ora-y (Producer)
Trostlos Records <http://trostlos.org/>

"What suffering would man know if not for his own?"

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html                       ]



