forked from boostorg/type_traits
Test nothrow_copy in no-intrinsics mode.
This commit is contained in:
@ -29,7 +29,7 @@ rule all-tests {
|
||||
{
|
||||
result += [ run $(source) ] ;
|
||||
}
|
||||
for local source in has_nothrow_assign_test has_nothrow_constr_test
|
||||
for local source in has_nothrow_assign_test has_nothrow_constr_test has_nothrow_copy_test
|
||||
{
|
||||
result += [ run $(source).cpp : : : <define>BOOST_TT_DISABLE_INTRINSICS : $(source)_no_intrinsics ] ;
|
||||
}
|
||||
|
Reference in New Issue
Block a user