From 18e4652814b445a87fca9e469ed0aec8b5f209b3 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 3 Jan 2003 15:16:30 +0000 Subject: [PATCH] Patch for missing long long numeric limits. [SVN r16738] --- include/boost/config/stdlib/roguewave.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/config/stdlib/roguewave.hpp b/include/boost/config/stdlib/roguewave.hpp index 7edea216..4b0a0232 100644 --- a/include/boost/config/stdlib/roguewave.hpp +++ b/include/boost/config/stdlib/roguewave.hpp @@ -39,6 +39,10 @@ # define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS #endif +#if BOOST_RWSTD_VER <= 0x020101 +# define BOOST_NO_LONG_LONG_NUMERIC_LIMITS +# endif + // // Borland version of numeric_limits lacks __int64 specialisation: //