Update build deps.

This commit is contained in:
Rene Rivera
2024-08-03 12:06:25 -05:00
parent 0daa9f439e
commit e198ea3bc1
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@ import-search /boost/config/checks ;
import config : requires ;
import testing ;
project : requirements <library>/boost/function//boost_function ;
run bind1st.cpp : : : [ requires cxx98_binders ] ;
run int_div.cpp ;
run sum_avg.cpp ;

View File

@ -17,6 +17,7 @@ project
<toolset>gcc:<warnings-as-errors>on
<toolset>clang:<warnings-as-errors>on
<library>/boost/typeof//boost_typeof
<library>/boost/function//boost_function
;
run function_test.cpp ;