Mirza <[EMAIL PROTECTED]> 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