#include "TestVMMFHasTemplateCheckParams.hpp" #include int main() { #if !defined(BOOST_NO_VARIADIC_MACROS) 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 > > )); #endif //!defined(BOOST_NO_VARIADIC_MACROS) return 0; }