mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 20:37:14 +02:00
Make the library modular usable.
This commit is contained in:
@ -6,7 +6,9 @@
|
||||
# See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
import ../../config/checks/config : requires ;
|
||||
require-b2 5.0.1 ;
|
||||
import-search /boost/config/checks ;
|
||||
import config : requires ;
|
||||
import testing ;
|
||||
|
||||
run bind1st.cpp : : : [ requires cxx98_binders ] ;
|
||||
|
Reference in New Issue
Block a user