forked from boostorg/detail
Add parens to appease Borland
[SVN r9043]
This commit is contained in:
@@ -165,7 +165,7 @@ namespace boost { namespace detail {
|
|||||||
typedef typename
|
typedef typename
|
||||||
if_true<(sizeof(Integer) >= sizeof(intmax_t))>::template then<
|
if_true<(sizeof(Integer) >= sizeof(intmax_t))>::template then<
|
||||||
|
|
||||||
typename if_true<is_signed<Integer>::value>::template then<
|
typename if_true<(is_signed<Integer>::value)>::template then<
|
||||||
Integer,
|
Integer,
|
||||||
intmax_t
|
intmax_t
|
||||||
>::type,
|
>::type,
|
||||||
|
Reference in New Issue
Block a user