Index: test/tricky_partial_spec_test.cpp =================================================================== --- test/tricky_partial_spec_test.cpp (revision 3) +++ test/tricky_partial_spec_test.cpp (working copy) @@ -56,7 +56,9 @@ // BOOST_CHECK_INTEGRAL_CONSTANT(::tt::alignment_of::value, ALIGNOF(void*)); +#if !defined __CODEGEARC__ // CodeGear cannot parse function references inside alignof BOOST_CHECK_INTEGRAL_CONSTANT(::tt::alignment_of::value, ALIGNOF(void*)); +#endif BOOST_CHECK_INTEGRAL_CONSTANT(::tt::alignment_of::value, ALIGNOF(void*)); BOOST_CHECK_INTEGRAL_CONSTANT((::tt::is_base_of::value), false);