Skip to content

Commit 26b97d4

Browse files
committed
Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.
1 parent 8561bdb commit 26b97d4

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ target_link_libraries(boost_iostreams
9494
Boost::range
9595
Boost::regex
9696
Boost::smart_ptr
97-
Boost::static_assert
9897
Boost::throw_exception
9998
Boost::type_traits
10099
Boost::utility

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ constant boost_dependencies :
2222
/boost/range//boost_range
2323
/boost/regex//boost_regex
2424
/boost/smart_ptr//boost_smart_ptr
25-
/boost/static_assert//boost_static_assert
2625
/boost/throw_exception//boost_throw_exception
2726
/boost/type_traits//boost_type_traits
2827
/boost/utility//boost_utility ;

0 commit comments

Comments
 (0)