From -3652477385969275550
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,7b8ff869fe5b7ef5
X-Google-Attributes: gidf78e5,public
X-Google-ArrivalTime: 2003-11-26 16:56:43 PST
Path: archiver1.google.com!news2.google.com!fu-berlin.de!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!kibo.news.demon.net!mutlu.news.demon.net!demon!mail2news.demon.co.uk!devnull
From: rl.news@tempest-sw.com (Ray Lischner)
Newsgroups: comp.std.c++
Subject: Re: compilers that implement the keyword 'export'
Date: Thu, 27 Nov 2003 00:56:39 +0000 (UTC)
Organization: Tempest Software, Inc., Corvallis, OR, USA
Lines: 19
Approved: fjh@cs.mu.oz.au (Fergus Henderson , moderator of comp.std.c++)
Message-ID: <7a66.3fc547c9.886b4@prospero.island.local>
References: <3cad08b8.0311171811.2760c086@posting.google.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7Bit
X-Trace: mail2news.demon.co.uk 1069894599 6400 10.0.0.1 (27 Nov 2003 00:56:39 GMT)
X-Complaints-To: abuse@demon.net
NNTP-Posting-Date: Thu, 27 Nov 2003 00:56:39 +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 1APASU-0001f5-00
	for mail2news@news.news.demon.net; Thu, 27 Nov 2003 00:56:38 +0000
X-Received: from localhost (localhost [[UNIX: localhost]]) by mulga.cs.mu.OZ.AU
	id LAA10757; Thu, 27 Nov 2003 11:56:33 +1100 (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-NNTP-Posting-Date: Wed, 26 Nov 2003 18:45:08 -0600
X-User-Agent: KNode/0.7.2
X-DMCA-Complaints-To: abuse@speakeasy.net
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.1
X-Newsgroups: comp.std.c++
X-Spam-Status: No, hits=-6.3 required=5.0
	tests=BAYES_01,EMAIL_ATTRIBUTION,QUOTED_EMAIL_TEXT,REFERENCES,
	      REPLY_WITH_QUOTES,USER_AGENT
	version=2.55
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)
Xref: archiver1.google.com comp.std.c++:524

On Thursday 20 November 2003 05:57 pm, Razmig K wrote:

> please name any recent C++ compiler that can handle 'export'ing
> templates for effective separate compilation.

In addition to the Comeau compiler mentioned by others, you can also
download Borland's "preview" compiler, which supports the export
keyword. You can download it from http://www.borland.com/cbuilderx/. As
a preview, it is a work-in-progress, not a supported product.
-- 
Ray Lischner, author of C++ in a Nutshell
http://www.tempest-sw.com/cpp

---
[ 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                       ]



