Skip to content

Commit 1e9d083

Browse files
Merge pull request #450 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2 parents a409705 + d1b08ac commit 1e9d083

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
@@ -48,7 +48,6 @@ target_link_libraries(boost_graph
4848
Boost::serialization
4949
Boost::smart_ptr
5050
Boost::spirit
51-
Boost::static_assert
5251
Boost::throw_exception
5352
Boost::tti
5453
Boost::tuple

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ constant boost_dependencies :
3838
/boost/serialization//boost_serialization
3939
/boost/smart_ptr//boost_smart_ptr
4040
/boost/spirit//boost_spirit
41-
/boost/static_assert//boost_static_assert
4241
/boost/throw_exception//boost_throw_exception
4342
/boost/tti//boost_tti
4443
/boost/tuple//boost_tuple

0 commit comments

Comments
 (0)