2
0
mirror of https://github.com/boostorg/bimap.git synced 2026-02-22 14:32:09 +00:00

Remove dependencies on Boost.StaticAssert. (#51)

Boost.StaticAssert has been merged into Boost.Config, so remove
the dependency.
This commit is contained in:
Andrey Semashev
2026-01-23 11:44:30 +03:00
committed by GitHub
parent 25a3fd8a3c
commit ecfd3d9402
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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 ;