From c041451a54beb47baceb2e8f8438ba95d6ebb45b Mon Sep 17 00:00:00 2001 From: Daryle Walker Date: Mon, 7 Feb 2005 14:34:32 +0000 Subject: [PATCH] Added missing 'typename' [SVN r27219] --- include/boost/math/common_factor_ct.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/math/common_factor_ct.hpp b/include/boost/math/common_factor_ct.hpp index f5d7c3e..63d2a56 100644 --- a/include/boost/math/common_factor_ct.hpp +++ b/include/boost/math/common_factor_ct.hpp @@ -65,7 +65,8 @@ namespace detail struct helper { BOOST_STATIC_CONSTANT( unsigned long, value - = static_gcd_helper2_t::helper::value ); + = static_gcd_helper2_t::BOOST_NESTED_TEMPLATE + helper::value ); }; template < >