# Function library # Copyright Douglas Gregor 2001-2003. Use, modification and # distribution is subject to the Boost Software License, Version # 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) # For more information, see http://www.boost.org/ import testing ; run function_test.cpp ; run function_test.cpp : : : off gcc-4.4.7,0x:no : function_test_no_rtti ; run function_n_test.cpp ; run allocator_test.cpp ; run stateless_test.cpp ; run lambda_test.cpp ; compile-fail function_test_fail1.cpp ; compile-fail function_test_fail2.cpp ; compile function_30.cpp ; compile function_30_repeat.cpp ; run function_arith_cxx98.cpp ; run function_arith_portable.cpp ; run sum_avg_cxx98.cpp ; run sum_avg_portable.cpp ; run mem_fun_cxx98.cpp ; run mem_fun_portable.cpp ; run std_bind_cxx98.cpp ; run std_bind_portable.cpp ; run function_ref_cxx98.cpp ; run function_ref_portable.cpp ; run contains_test.cpp ; run contains2_test.cpp ; run nothrow_swap.cpp ; run rvalues_test.cpp ; compile function_typeof_test.cpp ; run result_arg_types_test.cpp ;