Is there some vendor-specific type inference mechanism in Microsoft Visual C++ 2008, similar to the standardized auto or decltype in C++0x?
Is there some vendor-specific type inference mechanism in Microsoft Visual C++ 2008, similar to
Share
No, nothing like that, standard nor vendor specific nor addon. You’ll have to upgrade to VS2010, it implements auto.