mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Travis CI fix?
This commit is contained in:
parent
4eb1668467
commit
c28dfc2fa4
@ -30,7 +30,7 @@ namespace MWMechanics
|
||||
// static_assert( std::is_base_of<Base,Derived> , "DerivedClassStorage may only store derived classes" );
|
||||
|
||||
// boost:
|
||||
BOOST_STATIC_ASSERT(boost::is_base_of<Base,Derived>::value);//,"DerivedClassStorage may only store derived classes");
|
||||
BOOST_STATIC_ASSERT((boost::is_base_of<Base,Derived>::value));//,"DerivedClassStorage may only store derived classes");
|
||||
}
|
||||
|
||||
//if needed you have to provide a clone member function
|
||||
|
Loading…
x
Reference in New Issue
Block a user