Make the library modular usable.

This commit is contained in:
Rene Rivera
2024-03-11 08:38:17 -05:00
parent 28b88d07bb
commit 7248975133
3 changed files with 32 additions and 3 deletions

View File

@ -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 ] ;