Intel on Win32 and C++0x support?

Can anyone with Intel on Win32 let me know whether the compiler supports any C++0x features in default MSVC compatibility mode, in case it helps the Linux compiler appears to have: static_asserts v11 and later rvalue refs and delctype v12 and later but only when -std=c++0x is set. Thanks, John.

Hi John, The compiler does support some C++0x features. I successfully tried the three you mentioned with v12 in Visual Studio 2008. Since Intel does not ship their own standard library, however, to get the most out of the C++0x features, one should compile with Visual Studio 2010 (in which the standard library is more C++0x feature complete). Here's Intel's list of features: http://software.intel.com/en-us/articles/c0x-features-supported-by-intel-c-c... To enable the C++0x features, you have to compile with /Qstd=c++0x Keith
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of John Maddock Sent: Tuesday, January 25, 2011 2:06 AM To: boost@lists.boost.org Subject: [boost] Intel on Win32 and C++0x support?
Can anyone with Intel on Win32 let me know whether the compiler supports any C++0x features in default MSVC compatibility mode, in case it helps the Linux compiler appears to have:
static_asserts v11 and later rvalue refs and delctype v12 and later
but only when -std=c++0x is set.
Thanks, John.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
John Maddock
-
Keith Jeffery