This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: G++ and ISO C++
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: "Mirza" <mirza at seznam dot cz>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Tue, 28 Jun 2005 19:00:53 +0200
- Subject: Re: G++ and ISO C++
- References: <42C1574B.2090202@seznam.cz>
Mirza <mirza@seznam.cz> wrote:
> Can someone point me to list of ISO C++ vs. g++ incompatibilities.
There are very few large issues at this point. The only big feature missing is
"export", then it's a bunch of relatively minor nits (access checking in friend
declarations within templates, correct semantic for old-style access
declarations vs using declarations, etc.), plus of course the usual bag of
bugs.
I am not aware of any official list though.
Giovanni Bajo