mirror of
https://github.com/boostorg/integer.git
synced 2025-07-31 13:17:12 +02:00
Added missing 'typename'
[SVN r27219]
This commit is contained in:
committed by
Peter Dimov
parent
6e6179b932
commit
c041451a54
@ -65,7 +65,8 @@ namespace detail
|
|||||||
struct helper
|
struct helper
|
||||||
{
|
{
|
||||||
BOOST_STATIC_CONSTANT( unsigned long, value
|
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 < >
|
template < >
|
||||||
|
Reference in New Issue
Block a user