mirror of
https://github.com/boostorg/odeint.git
synced 2026-07-21 13:33:37 +00:00
Merge pull request #105 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
This commit is contained in:
@@ -27,7 +27,6 @@ if(BOOST_NUMERIC_ODEINT_NO_ADAPTORS)
|
||||
Boost::numeric_ublas
|
||||
Boost::preprocessor
|
||||
Boost::range
|
||||
Boost::static_assert
|
||||
Boost::throw_exception
|
||||
Boost::type_traits
|
||||
Boost::units
|
||||
@@ -50,7 +49,6 @@ else()
|
||||
Boost::numeric_ublas
|
||||
Boost::preprocessor
|
||||
Boost::range
|
||||
Boost::static_assert
|
||||
Boost::throw_exception
|
||||
Boost::type_traits
|
||||
Boost::units
|
||||
|
||||
@@ -19,7 +19,6 @@ constant boost_dependencies :
|
||||
/boost/ublas//boost_ublas
|
||||
/boost/preprocessor//boost_preprocessor
|
||||
/boost/range//boost_range
|
||||
/boost/static_assert//boost_static_assert
|
||||
/boost/throw_exception//boost_throw_exception
|
||||
/boost/type_traits//boost_type_traits
|
||||
/boost/units//boost_units
|
||||
|
||||
Reference in New Issue
Block a user