forked from boostorg/exception
disabling the non-intrusive exception_ptr support in tests, seems buggy..
[SVN r65161]
This commit is contained in:
@ -84,7 +84,8 @@ exc:
|
||||
++exc_count;
|
||||
}
|
||||
|
||||
~exc()
|
||||
virtual
|
||||
~exc() throw()
|
||||
{
|
||||
--exc_count;
|
||||
}
|
||||
|
Reference in New Issue
Block a user