I am writing an application in C++ in VS 2005. I wrote a function with
a throw list, but the compiler and the runtime seem to ignore it. tha
function can still throw an exception that does not appear in the
throw list, and the handling environment catches it just fine.
Is it possible that VS does not support throw lists? Is there
something to be configured in the project so that it does support it?
Bo Persson - 16 Oct 2007 09:23 GMT
:: I am writing an application in C++ in VS 2005. I wrote a function
:: with a throw list, but the compiler and the runtime seem to ignore
[quoted text clipped - 4 lines]
:: something to be configured in the project so that it does support
:: it?
You are correct that exception specifications are not supported by the
compiler. Nothing we can do about that, except avoid them. :-(
Bo Persson
Eberhard Schefold - 16 Oct 2007 14:48 GMT
> Is it possible that VS does not support throw lists?
http://msdn2.microsoft.com/en-us/library/wfa0edys(vs.80).aspx