Skip to content

Commit f91d58b

Browse files
authored
Merge pull request #45 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2 parents 57fbbbd + 8fe1ca1 commit f91d58b

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
@@ -39,7 +39,6 @@ target_link_libraries(boost_graph_parallel
3939
Boost::random
4040
Boost::serialization
4141
Boost::smart_ptr
42-
Boost::static_assert
4342
Boost::tuple
4443
Boost::type_traits
4544
Boost::variant

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ constant boost_dependencies :
2828
/boost/random//boost_random
2929
/boost/serialization//boost_serialization
3030
/boost/smart_ptr//boost_smart_ptr
31-
/boost/static_assert//boost_static_assert
3231
/boost/tuple//boost_tuple
3332
/boost/type_traits//boost_type_traits
3433
/boost/variant//boost_variant ;

0 commit comments

Comments
 (0)