I\'m trying to compile Boost 1.49.0 for WinRT. I\'ve got it down to one method: GetSystemInfo(), which is used in boost::thread::hardware_concurrency() to obtain the number
You can call the Windows API function GetNativeSystemInfo, which is permitted in Metro style apps.