diff --git a/example/Jamfile b/example/Jamfile index f5b77bb..15d8f3c 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -11,6 +11,8 @@ import-search /boost/config/checks ; import config : requires ; import testing ; +project : requirements /boost/function//boost_function ; + run bind1st.cpp : : : [ requires cxx98_binders ] ; run int_div.cpp ; run sum_avg.cpp ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 3ac8620..d4f6279 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -17,6 +17,7 @@ project gcc:on clang:on /boost/typeof//boost_typeof + /boost/function//boost_function ; run function_test.cpp ;