#include "TestHasTypeCheckTypedef.hpp" #include int main() { BOOST_TEST((tti::has_type_check_typedef_AnIntType::value)); BOOST_TEST((tti::NameStruct::value)); BOOST_TEST((tti::has_type_check_typedef_AnIntTypeReference::value)); BOOST_TEST((tti::has_type_check_typedef_BType::value)); BOOST_TEST((tti::TheInteger::value)); BOOST_TEST((tti::has_type_check_typedef_CType::value)); BOOST_TEST((tti::has_type_check_typedef_AnotherIntegerType::value)); BOOST_TEST((tti::SomethingElse::value)); BOOST_TEST((!tti::has_type_check_typedef_NoOtherType::value)); return boost::report_errors(); }