From f792b0fb68168cc6b9e8757d8f8be9f15e6314f0 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 19 Sep 2004 03:08:53 +0000 Subject: [PATCH] long long support [SVN r25205] --- include/boost/mpl/aux_/largest_int.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/boost/mpl/aux_/largest_int.hpp b/include/boost/mpl/aux_/largest_int.hpp index 1d8018a..a175b9d 100644 --- a/include/boost/mpl/aux_/largest_int.hpp +++ b/include/boost/mpl/aux_/largest_int.hpp @@ -37,6 +37,11 @@ template<> struct integral_rank : int_<9> {}; template<> struct integral_rank : int_<10> {}; template<> struct integral_rank : int_<11> {}; +#if defined(BOOST_HAS_LONG_LONG) +template<> struct integral_rank : int_<12> {}; +template<> struct integral_rank: int_<13> {}; +#endif + template< typename T1, typename T2 > struct largest_int #if !defined(BOOST_MPL_CFG_NO_NESTED_VALUE_ARITHMETIC) : if_c<