Eric Lemings wrote:
_RWSTD_LONG_LONG is not defined when _RWSTD_NO_EXTENSIONS is defined.Is this correct?
Yes. long long is a C99 type. It's not in C++ 98 or in C++ 03 (it will be in C++ 0x when it comes out), and so it's considered an extension. Martin
