1
0
Fork 0
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:
terrorfisch 2014-10-10 23:34:58 +02:00
parent 4eb1668467
commit c28dfc2fa4

View file

@ -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