Test nothrow_copy in no-intrinsics mode.

This commit is contained in:
jzmaddock
2015-06-09 18:52:17 +01:00
parent 4777c0b4a6
commit c1d885edbd

View File

@ -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 ] ;
}