Skip to content

Commit a26de64

Browse files
authored
Merge pull request #109 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2 parents ab77096 + 3fa859a commit a26de64

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
@@ -18,7 +18,6 @@ target_link_libraries(boost_sort
1818
Boost::config
1919
Boost::core
2020
Boost::range
21-
Boost::static_assert
2221
Boost::type_traits
2322
)
2423

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ constant boost_dependencies :
99
/boost/config//boost_config
1010
/boost/core//boost_core
1111
/boost/range//boost_range
12-
/boost/static_assert//boost_static_assert
1312
/boost/type_traits//boost_type_traits ;
1413

1514
project /boost/sort

0 commit comments

Comments
 (0)