--- boost/numeric/ublas/operation/size.hpp.orig 2010-10-06 09:27:27.000000000 -0400 +++ boost/numeric/ublas/operation/size.hpp 2011-08-24 12:10:10.000000000 -0400 @@ -304,7 +304,7 @@ BOOST_UBLAS_INLINE typename vector_traits::size_type size(vector_expression const& ve) { - return detail::size_by_dim_impl::template apply(ve); + return detail::size_by_dim_impl::apply(ve); } @@ -321,7 +321,7 @@ BOOST_UBLAS_INLINE typename matrix_traits::size_type size(matrix_expression const& me) { - return detail::size_by_dim_impl::template apply(me); + return detail::size_by_dim_impl::apply(me); } @@ -341,7 +341,7 @@ detail::matrix_size_type >::type size(matrix_expression const& me) { - return detail::size_by_tag_impl::orientation_category>::template apply(me); + return detail::size_by_tag_impl::orientation_category>::apply(me); } }}} // Namespace boost::numeric::ublas