Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
'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.