From ecfd3d9402ce011828eb5bd5004f4e530f8f7b94 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 23 Jan 2026 11:44:30 +0300 Subject: [PATCH] Remove dependencies on Boost.StaticAssert. (#51) Boost.StaticAssert has been merged into Boost.Config, so remove the dependency. --- CMakeLists.txt | 1 - build.jam | 1 - 2 files changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d68392e..7f0accb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,6 @@ target_link_libraries(boost_bimap Boost::mpl Boost::multi_index Boost::preprocessor - Boost::static_assert Boost::throw_exception Boost::type_traits Boost::utility diff --git a/build.jam b/build.jam index 6069de0..9326b4a 100644 --- a/build.jam +++ b/build.jam @@ -15,7 +15,6 @@ constant boost_dependencies : /boost/mpl//boost_mpl /boost/multi_index//boost_multi_index /boost/preprocessor//boost_preprocessor - /boost/static_assert//boost_static_assert /boost/throw_exception//boost_throw_exception /boost/type_traits//boost_type_traits /boost/utility//boost_utility ;