Added missing 'typename'

[SVN r27219]
This commit is contained in:
Daryle Walker
2005-02-07 14:34:32 +00:00
committed by Peter Dimov
parent 6e6179b932
commit c041451a54

View File

@ -65,7 +65,8 @@ namespace detail
struct helper
{
BOOST_STATIC_CONSTANT( unsigned long, value
= static_gcd_helper2_t<Value2>::helper<Value1 % Value2>::value );
= static_gcd_helper2_t<Value2>::BOOST_NESTED_TEMPLATE
helper<Value1 % Value2>::value );
};
template < >