#include "TestVMHasTemplateCheckParams.hpp" #include int main() { #if !defined(BOOST_NO_VARIADIC_MACROS) // TemplateNotExist does not exist at all BOOST_MPL_ASSERT((tti::has_template_check_params_TemplateNotExist)); #endif //!defined(BOOST_NO_VARIADIC_MACROS) return 0; }