forked from boostorg/function
Update build deps.
This commit is contained in:
@ -11,6 +11,8 @@ import-search /boost/config/checks ;
|
|||||||
import config : requires ;
|
import config : requires ;
|
||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
|
project : requirements <library>/boost/function//boost_function ;
|
||||||
|
|
||||||
run bind1st.cpp : : : [ requires cxx98_binders ] ;
|
run bind1st.cpp : : : [ requires cxx98_binders ] ;
|
||||||
run int_div.cpp ;
|
run int_div.cpp ;
|
||||||
run sum_avg.cpp ;
|
run sum_avg.cpp ;
|
||||||
|
@ -17,6 +17,7 @@ project
|
|||||||
<toolset>gcc:<warnings-as-errors>on
|
<toolset>gcc:<warnings-as-errors>on
|
||||||
<toolset>clang:<warnings-as-errors>on
|
<toolset>clang:<warnings-as-errors>on
|
||||||
<library>/boost/typeof//boost_typeof
|
<library>/boost/typeof//boost_typeof
|
||||||
|
<library>/boost/function//boost_function
|
||||||
;
|
;
|
||||||
|
|
||||||
run function_test.cpp ;
|
run function_test.cpp ;
|
||||||
|
Reference in New Issue
Block a user