#include "TestMFHasStaticFunction.hpp" #include int main() { // Wrong enclosing type BOOST_MPL_ASSERT((tti::mf_has_static_member_function < tti::HaveTheSIntFunction, boost::mpl::identity, boost::mpl::identity, boost::mpl::vector < boost::mpl::identity, boost::mpl::identity > > )); return 0; }