Merged fix from release branch to main trunk.

[SVN r15607]
This commit is contained in:
Markus Schöpflin
2002-10-01 13:31:42 +00:00
committed by Peter Dimov
parent 9880cf69dc
commit fadad77a39

View File

@ -36,7 +36,7 @@ namespace detail
BOOST_STATIC_CONSTANT( unsigned long, new_value2 = Value1 % Value2 );
#ifndef __BORLANDC__
#define BOOST_DETAIL_GCD_HELPER_VAL(Value) Value
#define BOOST_DETAIL_GCD_HELPER_VAL(Value) static_cast<unsigned long>(Value)
#else
typedef static_gcd_helper_t self_type;
#define BOOST_DETAIL_GCD_HELPER_VAL(Value) (self_type:: Value )