#include "TestVMMFHasTemplateCheckParams.hpp" #include int main() { #if !defined(BOOST_NO_VARIADIC_MACROS) using namespace boost::mpl::placeholders; // Wrong template types BOOST_MPL_ASSERT((tti::mf_has_template_check_params < tti::WrongParametersForMP<_>, boost::mpl::identity > )); #endif //!defined(BOOST_NO_VARIADIC_MACROS) return 0; }