Hello, why is __cplusplus_cli defined in Metro apps? Sometimes I use
#ifdef __cplusplus_winrt for WinRT-specific code. For CLI-specific code, I have to use
#if defined(__cplusplus_cli) && !defined(__cplusplus_winrt)
I appreciate you letting us know about your unexpected experiences. In this case, we are aware of this issue and plan to address this. Keep that feedback coming!
Most likely an oversight. Hopefully this will be fixed by beta. You may want to file a connect bug (although I reckon they are already aware of this).http://blog.voidnish.com
I appreciate you letting us know about your unexpected experiences. In this case, we are aware of this issue and plan to address this. Keep that feedback coming!