This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ standard


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]