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
|
||||
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,
|
||||
intmax_t
|
||||
>::type,
|
||||
|
Reference in New Issue
Block a user