File tree Expand file tree Collapse file tree 2 files changed +37
-5
lines changed Expand file tree Collapse file tree 2 files changed +37
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright René Ferdinand Rivera Morell 2023-2024
2
+ # Distributed under the Boost Software License, Version 1.0.
3
+ # (See accompanying file LICENSE_1_0.txt or copy at
4
+ # http://www.boost.org/LICENSE_1_0.txt)
5
+
6
+ require-b2 5.2 ;
7
+
8
+ constant boost_dependencies :
9
+ /boost/bind//boost_bind
10
+ /boost/config//boost_config
11
+ /boost/core//boost_core
12
+ /boost/detail//boost_detail
13
+ /boost/iterator//boost_iterator
14
+ /boost/mpl//boost_mpl
15
+ /boost/preprocessor//boost_preprocessor
16
+ /boost/tuple//boost_tuple
17
+ /boost/type_traits//boost_type_traits
18
+ /boost/utility//boost_utility ;
19
+
20
+ project /boost/lambda
21
+ ;
22
+
23
+ explicit
24
+ [ alias boost_lambda : : :
25
+ : <include>include <library>$(boost_dependencies) ]
26
+ [ alias all : boost_lambda test ]
27
+ ;
28
+
29
+ call-if : boost-library lambda
30
+ ;
Original file line number Diff line number Diff line change 1
1
# Lambda library
2
2
3
- # Copyright (C) 2001-2003 Jaakko J�rvi
3
+ # Copyright (C) 2001-2003 Jaakko J�rvi
4
4
5
- # Use, modification and distribution is subject to the Boost Software License,
6
- # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7
- # http://www.boost.org/LICENSE_1_0.txt)
5
+ # Use, modification and distribution is subject to the Boost Software License,
6
+ # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7
+ # http://www.boost.org/LICENSE_1_0.txt)
8
8
9
9
# For more information, see http://www.boost.org/
10
10
11
11
import testing ;
12
12
13
+ project : requirements <library>/boost/lambda//boost_lambda ;
14
+
13
15
run algorithm_test.cpp ;
14
- run bind_tests_advanced.cpp ;
16
+ run bind_tests_advanced.cpp : : : <library>/boost/any//boost_any ;
15
17
run bind_tests_simple.cpp ;
16
18
run bind_tests_simple_f_refs.cpp ;
17
19
run bll_and_function.cpp ;
You can’t perform that action at this time.
0 commit comments