Is there a link somewhere regarding all the C ++ extensions that the VC9 compiler (SP1) has?
Examples are __declspec elements, variable macros, and compiler built-in functions, although there are also some less noticeable ones, for example, the ability to have specialized template functions in a class, while the standard seems to say that they cannot be ( Previous question ).
This includes all parts of C99, TR1, C ++ 0X, etc. that are supported. VC10 information is also useful, I know that it has some parts of C ++ 0X, but what else?
I found bits and pieces on MSDN, but not the actual list, which makes it impossible if I don't know the extension name or at least enough information about it (i.e. what it does).
source share