Quote Originally Posted by LarryChen View Post
If a class inherits from another and overrides a virtual function, then the exception-specification
Not to cut you off, but exception specifications have been deprecated in the new C++ standard.

Here are two links explaining this:

http://herbsutter.com/2010/03/13/tri...dards-meeting/
http://www.gotw.ca/publications/mill22.htm

So are you going to spend time on a "feature" that hardly anyone used, considered broken, and is now deprecated?

Regards,

Paul McKenzie