#include "TestMFHasMemberData.hpp" #include #include int main() { // Wrong enclosing type BOOST_MPL_ASSERT((tti::mf_has_member_data < tti::has_member_aMember, boost::mpl::identity, boost::mpl::identity > )); return 0; }