Skip to content

Commit 9fb0dd1

Browse files
authored
Merge pull request #162 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2 parents cd1ea88 + 72673a7 commit 9fb0dd1

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
@@ -27,7 +27,6 @@ target_link_libraries(boost_range
2727
Boost::optional
2828
Boost::preprocessor
2929
Boost::regex
30-
Boost::static_assert
3130
Boost::tuple
3231
Boost::type_traits
3332
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/optional//boost_optional
2020
/boost/preprocessor//boost_preprocessor
2121
/boost/regex//boost_regex
22-
/boost/static_assert//boost_static_assert
2322
/boost/tuple//boost_tuple
2423
/boost/type_traits//boost_type_traits
2524
/boost/utility//boost_utility ;

0 commit comments

Comments
 (0)