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