הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
'noexcept' used with no exception handling mode specified; termination on exception is not guaranteed. Specify /EHsc
Remarks
The compiler detected a noexcept specification, but standard C++ exception handling wasn't specified. The compiler doesn't fully support exception handling according to the C++ standard unless the /EHsc compiler option is specified. To resolve this issue, set the /EHsc compiler option.
This warning is new in Visual Studio 2015, and is off by default. For more information, see Compiler warnings that are off by default.