forked from boostorg/exception
disabling the non-intrusive exception_ptr support in tests, seems buggy..
[SVN r65161]
This commit is contained in:
@ -7,7 +7,12 @@
|
||||
|
||||
import testing ;
|
||||
|
||||
project : requirements <exception-handling>on <define>BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR ;
|
||||
project
|
||||
: requirements
|
||||
<exception-handling>on
|
||||
<source>/boost//exception
|
||||
# <define>BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR
|
||||
;
|
||||
|
||||
#to_string
|
||||
|
||||
@ -36,7 +41,7 @@ run refcount_ptr_test.cpp ;
|
||||
run current_exception_cast_test.cpp ;
|
||||
run no_exceptions_test.cpp : : : <exception-handling>off ;
|
||||
run errinfos_test.cpp ;
|
||||
run exception_ptr_test.cpp /boost//thread /boost//exception : : : <threading>multi ;
|
||||
run exception_ptr_test.cpp /boost//thread : : : <threading>multi ;
|
||||
|
||||
compile-fail exception_fail.cpp ;
|
||||
compile-fail throw_exception_fail.cpp ;
|
||||
|
@ -84,7 +84,8 @@ exc:
|
||||
++exc_count;
|
||||
}
|
||||
|
||||
~exc()
|
||||
virtual
|
||||
~exc() throw()
|
||||
{
|
||||
--exc_count;
|
||||
}
|
||||
|
Reference in New Issue
Block a user