Skip to content
Commit f3ff9715 authored by Alexis Hunt's avatar Alexis Hunt
Browse files

Give A an explicitly non-throwing destructor so that B's destructor is

itself non-throwing.  Since nested_exception's destructor is
non-throwing, if B's destructor is not, this causes an error in C++03
mode due to the overriding function having a more lax specification.
This did not occur in C++0x mode as A's destructor was implicitly
non-throwing.

llvm-svn: 135400
parent abcfdcea
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment