mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-02 22:14:29 +02:00
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