c++exceptionexception-specification

Exception Specification


I know that this feature will be deprecated in C++0x, but for me as a total novice it seems like a good idea to have it. Could anyone explain to me why isn't a good idea?


Solution

  • Please see this detailed article by Herb Sutter. He has the most thorough explanation of the problems and short comings of their design.

    A Pragmatic Look at Exception Specificiations