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:
@@ -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
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user