From cd1eecd245bcf3b06fc90111a2419247af1310d3 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 9 Feb 2001 03:30:12 +0000 Subject: [PATCH] Add parens to appease Borland [SVN r9043] --- include/boost/detail/numeric_traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/numeric_traits.hpp b/include/boost/detail/numeric_traits.hpp index b8123af..c404aed 100644 --- a/include/boost/detail/numeric_traits.hpp +++ b/include/boost/detail/numeric_traits.hpp @@ -165,7 +165,7 @@ namespace boost { namespace detail { typedef typename if_true<(sizeof(Integer) >= sizeof(intmax_t))>::template then< - typename if_true::value>::template then< + typename if_true<(is_signed::value)>::template then< Integer, intmax_t >::type,