Was bedeutet die Warnung "C4290" bei Throw, (Try/Catch) Implementation?



  • Warung: d:\Multithreading\multithread\multithread\ProcessFlow.h(138): warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)



  • Kennst du die MSDN Library?

    A function is declared using exception specification, which Visual C++ accepts but does not implement. Code with exception specifications that are ignored during compilation may need to be recompiled and linked to be reused in future versions supporting exception specifications.


Anmelden zum Antworten