This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++'s 'export' Keyword?
- From: Matt Austern <austern at apple dot com>
- To: Simon G Best <simon dot g dot best at btinternet dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 27 Jan 2004 09:27:03 -0800
- Subject: Re: C++'s 'export' Keyword?
- References: <40166154.7050003@btinternet.com>
On Jan 27, 2004, at 5:02 AM, Simon G Best wrote:
Hello!
Having just tried out GCC-3.3.2 (and finding that it clobbered my
installation of GCC-3.2.3 :-( ), I am wondering if GCC-3.4 will
implement C++'s 'export' (the explicit exporting of templates with the
'export' keyword).
No. There won't be any more work on 3.4 at this point except for bug
fixes.
If not, can I ask what the current situation with GCC and 'export' is?
Will 'export' be implemented in GCC-3.5?
My guess would be no. Implementing export would be a major project,
and as far as I know nobody has started working on it yet.
--Matt