Merge pull request #203 from Lastique/feature/remove_static_assert

Remove dependencies on Boost.StaticAssert
This commit is contained in:
Peter Dimov
2026-01-23 18:33:43 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -16,5 +16,4 @@ target_include_directories(boost_type_traits INTERFACE include)
target_link_libraries(boost_type_traits
INTERFACE
Boost::config
Boost::static_assert
)
+1 -1
View File
@@ -7,7 +7,7 @@ require-b2 5.2 ;
constant boost_dependencies :
/boost/config//boost_config
/boost/static_assert//boost_static_assert ;
;
project /boost/type_traits
: common-requirements