#include "TestHasTemplateCheckParams.hpp" #include int main() { // TemplateNotExist does not exist at all BOOST_MPL_ASSERT((tti::has_template_check_params_TemplateNotExist)); return 0; }