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