Index: test/Jamfile.v2 =================================================================== --- test/Jamfile.v2 (revision 62307) +++ test/Jamfile.v2 (working copy) @@ -25,6 +25,8 @@ [ run ../iterators_test.cpp ../../test/build//boost_test_exec_monitor/static ] [ run next_prior_test.cpp ../../test/build//boost_test_exec_monitor/static ] [ compile-fail ../noncopyable_test.cpp ] + [ compile-fail ../noncopyable_adl_test.cpp ] + [ compile-fail ../noncopyable_adl_test.cpp : BOOST_ADL_WORKAROUND_ : noncopyable_adl_test_ ] [ run ../numeric_traits_test.cpp ] [ run ../operators_test.cpp ../../test/build//boost_test_exec_monitor/static ] [ compile ../ref_ct_test.cpp ]