throw_exception() now ensures that the exception type passed to it derives publicly from std::exception.

[SVN r45041]
This commit is contained in:
Emil Dotchevski
2008-05-02 20:40:39 +00:00
parent cc7d466f5d
commit e1056d2f4a
3 changed files with 29 additions and 3 deletions

View File

@ -26,6 +26,7 @@ run errno_test.cpp ;
run error_info_test.cpp ;
run what_test.cpp ;
compile-fail exception_fail.cpp ;
compile-fail throw_exception_fail.cpp ;
#headers
compile enable_current_exception_hpp_test.cpp ;