Add parens to appease Borland

[SVN r9043]
This commit is contained in:
Dave Abrahams
2001-02-09 03:30:12 +00:00
parent 9ac4d90d82
commit cd1eecd245

View File

@@ -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,