mirror of
https://github.com/boostorg/function.git
synced 2025-06-25 03:51:38 +02:00
Update build deps.
This commit is contained in:
@ -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 ;
|
||||
|
@ -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 ;
|
||||
|
Reference in New Issue
Block a user