#include "TestMFHasMemberData.hpp" #include int main() { using namespace boost::mpl::placeholders; // Wrong data signature for AnInt BOOST_MPL_ASSERT((tti::mf_has_member_data < tti::has_member_data_AnInt<_,_>, boost::mpl::identity, boost::mpl::identity > )); return 0; }