#include "TestMFHasTemplateCheckParams.hpp" #include int main() { using namespace boost::mpl::placeholders; // Template does not exist BOOST_MPL_ASSERT((tti::mf_has_template_check_params < tti::has_template_check_params_TemplateNotExist<_>, tti::mf_member_type < tti::member_type_CType<_>, tti::MT_BType > > )); return 0; }