diff --git a/test/odr.hpp b/test/odr.hpp index 892a229..0f0f315 100755 --- a/test/odr.hpp +++ b/test/odr.hpp @@ -8,4 +8,4 @@ struct foo namespace { typedef foo::type type; -} \ No newline at end of file +} diff --git a/test/template_dependent.cpp b/test/template_dependent.cpp index 05223e5..462a1ee 100755 --- a/test/template_dependent.cpp +++ b/test/template_dependent.cpp @@ -8,4 +8,4 @@ BOOST_TYPEOF_REGISTER_TEMPLATE(t, (BOOST_TYPEOF_INTEGRAL(P0)) ) -BOOST_STATIC_ASSERT((boost::type_of::test()>::value)); +BOOST_STATIC_ASSERT((boost::type_of::test >::value)); diff --git a/test/template_enum.cpp b/test/template_enum.cpp index a896d15..db72917 100755 --- a/test/template_enum.cpp +++ b/test/template_enum.cpp @@ -8,4 +8,4 @@ BOOST_TYPEOF_REGISTER_TEMPLATE(t, (BOOST_TYPEOF_INTEGRAL(E)) ) -BOOST_STATIC_ASSERT(boost::type_of::test()>::value); +BOOST_STATIC_ASSERT(boost::type_of::test >::value); diff --git a/test/template_multiword.cpp b/test/template_multiword.cpp index 7e9aadb..d4e9e0b 100755 --- a/test/template_multiword.cpp +++ b/test/template_multiword.cpp @@ -7,4 +7,4 @@ BOOST_TYPEOF_REGISTER_TEMPLATE(t, (BOOST_TYPEOF_INTEGRAL(unsigned long int)) ) -BOOST_STATIC_ASSERT((boost::type_of::test()>::value)); +BOOST_STATIC_ASSERT((boost::type_of::test >::value));