mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-21 13:41:41 +00:00
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" );
|
// static_assert( std::is_base_of<Base,Derived> , "DerivedClassStorage may only store derived classes" );
|
||||||
|
|
||||||
// boost:
|
// 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
|
//if needed you have to provide a clone member function
|
||||||
|
|
Loading…
Reference in a new issue