]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/function/example/Jamfile
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / function / example / Jamfile
1 # Boost.Function Library example Jamfile
2 #
3 # Copyright (c) 2008 James E. King III
4 #
5 # Distributed under the Boost Software License, Version 1.0.
6 # See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt
8
9 import ../../config/checks/config : requires ;
10 import testing ;
11
12 run bind1st.cpp : : : [ requires cxx98_binders ] ;
13 run int_div.cpp ;
14 run sum_avg.cpp ;