Skip to content

Commit 391fbad

Browse files
authored
Merge pull request #474 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2 parents 482a6a8 + fd4d830 commit 391fbad

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ set(_boost_test_dependencies
2525
Boost::optional
2626
Boost::preprocessor
2727
Boost::smart_ptr
28-
Boost::static_assert
2928
Boost::type_traits
3029
Boost::utility
3130
)

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ constant boost_dependencies :
2121
/boost/optional//boost_optional
2222
/boost/preprocessor//boost_preprocessor
2323
/boost/smart_ptr//boost_smart_ptr
24-
/boost/static_assert//boost_static_assert
2524
/boost/type_traits//boost_type_traits
2625
/boost/utility//boost_utility ;
2726

test/cmake_test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ else()
3232
optional
3333
preprocessor
3434
smart_ptr
35-
static_assert
3635
type_traits
3736
utility
3837

0 commit comments

Comments
 (0)