forked from boostorg/function
Disable function_typeof_test for <cxxstd>03
This commit is contained in:
@ -43,7 +43,8 @@ run contains_test.cpp ;
|
||||
run contains2_test.cpp ;
|
||||
run nothrow_swap.cpp ;
|
||||
run rvalues_test.cpp ;
|
||||
compile function_typeof_test.cpp ;
|
||||
compile function_typeof_test.cpp
|
||||
: <cxxstd>03:<build>no ;
|
||||
run result_arg_types_test.cpp ;
|
||||
|
||||
lib throw_bad_function_call : throw_bad_function_call.cpp : <link>shared:<define>THROW_BAD_FUNCTION_CALL_DYN_LINK=1 ;
|
||||
|
Reference in New Issue
Block a user