File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- # Copyright René Ferdinand Rivera Morell 2023-2024
1+ # Copyright 2023-2024 René Ferdinand Rivera Morell
2+ # Copyright 2024 Peter Dimov
23# 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)
4+ # https://www.boost.org/LICENSE_1_0.txt
55
66require-b2 5.2 ;
77
88constant boost_dependencies :
99 /boost/assert//boost_assert
10- /boost/config//boost_config ;
11-
12- project /boost/throw_exception
13- : common-requirements
14- <include>include
10+ /boost/config//boost_config
1511 ;
1612
13+ project /boost/throw_exception ;
14+
1715explicit
18- [ alias boost_throw_exception : : : : <library>$(boost_dependencies) ]
16+ [ alias boost_throw_exception : : : : <include>include < library>$(boost_dependencies) ]
1917 [ alias all : boost_throw_exception test ]
2018 ;
2119
2220call-if : boost-library throw_exception
2321 ;
24-
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ local gcc-flags = -Wsign-promo -Wconversion -Wsign-conversion -Wshadow -Wundef ;
1212
1313project
1414 : requirements
15+
16+ <library>/boost/throw_exception//boost_throw_exception
1517 <library>/boost/core//boost_core
18+
1619 <use>/boost/exception//boost_exception
1720
1821 <warnings>extra
You can’t perform that action at this time.
0 commit comments