disabling the non-intrusive exception_ptr support in tests, seems buggy..

[SVN r65161]
This commit is contained in:
Emil Dotchevski
2010-09-01 07:59:35 +00:00
parent 17304c365c
commit 5dbd4c8f32
4 changed files with 44 additions and 36 deletions

View File

@ -84,7 +84,8 @@ exc:
++exc_count;
}
~exc()
virtual
~exc() throw()
{
--exc_count;
}