forked from mirror/openmw-tes3mp
Travis CI fix?
This commit is contained in:
parent
4eb1668467
commit
c28dfc2fa4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue