mirror of
https://github.com/boostorg/math.git
synced 2026-02-13 00:22:23 +00:00
Merged fix from release branch to main trunk.
[SVN r15607]
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user