Skip to content

Commit 9c887a1

Browse files
committed
Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.
1 parent 32da86d commit 9c887a1

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ target_link_libraries(${_boost_python}
7171
Boost::numeric_conversion
7272
Boost::preprocessor
7373
Boost::smart_ptr
74-
Boost::static_assert
7574
Boost::tuple
7675
Boost::type_traits
7776
Boost::utility

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ constant boost_dependencies :
1919
/boost/mpl//boost_mpl
2020
/boost/numeric_conversion//boost_numeric_conversion
2121
/boost/preprocessor//boost_preprocessor
22-
/boost/static_assert//boost_static_assert
2322
/boost/tuple//boost_tuple
2423
/boost/type_traits//boost_type_traits
2524
/boost/utility//boost_utility ;

test/Jamfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ alias base_deps : usage-requirements
6363
<library>/boost/function//boost_function
6464
<library>/boost/mpl//boost_mpl
6565
<library>/boost/preprocessor//boost_preprocessor
66-
<library>/boost/static_assert//boost_static_assert
6766
<library>/boost/type_traits//boost_type_traits
6867
;
6968
test-suite python

0 commit comments

Comments
 (0)