mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 20:17:20 +02:00
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