Skip to content

Commit 175f443

Browse files
authored
Merge pull request #130 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2 parents 0edbfe8 + fee8399 commit 175f443

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ target_link_libraries(boost_algorithm
2626
Boost::mpl
2727
Boost::range
2828
Boost::regex
29-
Boost::static_assert
3029
Boost::throw_exception
3130
Boost::tuple
3231
Boost::type_traits

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ constant boost_dependencies :
1818
/boost/mpl//boost_mpl
1919
/boost/range//boost_range
2020
/boost/regex//boost_regex
21-
/boost/static_assert//boost_static_assert
2221
/boost/throw_exception//boost_throw_exception
2322
/boost/tuple//boost_tuple
2423
/boost/type_traits//boost_type_traits

0 commit comments

Comments
 (0)