This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ standard
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: andrzej <akrzemi1 at interia dot pl>
- Cc: gcc at gnu dot org
- Date: Fri, 3 Feb 2006 11:52:08 -0800
- Subject: Re: C++ standard
- References: <43E3A757.9090206@interia.pl>
On Fri, Feb 03, 2006 at 07:56:23PM +0100, andrzej wrote:
> Hello,
>
> I am sorry if this is the wrong address for tihis question, but I
> couldn't find any other.
> In the manual pages I couldn't find the information whether GCC supports
> the ISO C++ standard as described in ISO/IEC 14882.
> E. g. does it support export templates?
GCC attempts to support the ISO C++ standard; however, one major feature
is missing, namely export templates.
Otherwise, support is fairly complete, though there are known bugs.