Merge pull request #474 from Lastique/feature/remove_static_assert

Remove dependencies on Boost.StaticAssert
This commit is contained in:
Matt Borland
2026-02-09 14:33:26 -05:00
committed by GitHub
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -25,7 +25,6 @@ set(_boost_test_dependencies
Boost::optional
Boost::preprocessor
Boost::smart_ptr
Boost::static_assert
Boost::type_traits
Boost::utility
)
-1
View File
@@ -21,7 +21,6 @@ constant boost_dependencies :
/boost/optional//boost_optional
/boost/preprocessor//boost_preprocessor
/boost/smart_ptr//boost_smart_ptr
/boost/static_assert//boost_static_assert
/boost/type_traits//boost_type_traits
/boost/utility//boost_utility ;
-1
View File
@@ -32,7 +32,6 @@ else()
optional
preprocessor
smart_ptr
static_assert
type_traits
utility