From b653a7075fee4d377282d7f9576933ebdf66555a Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 5 Mar 2001 20:01:01 +0000 Subject: [PATCH] Join ralf_grosse_kunstleve with HEAD [SVN r9444] --- include/boost/integer.hpp | 1 + index.htm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/integer.hpp b/include/boost/integer.hpp index a5ef737..058a905 100644 --- a/include/boost/integer.hpp +++ b/include/boost/integer.hpp @@ -31,6 +31,7 @@ namespace boost // specializatons: 1=long, 2=int, 3=short, 4=signed char, // 6=unsigned long, 7=unsigned int, 8=unsigned short, 9=unsigned long + // no specializations for 0 and 5: requests for a type > long are in error template<> struct int_least_helper<1> { typedef long least; }; template<> struct int_least_helper<2> { typedef int least; }; template<> struct int_least_helper<3> { typedef short least; }; diff --git a/index.htm b/index.htm index 8b3ffed..a240fa7 100644 --- a/index.htm +++ b/index.htm @@ -90,7 +90,7 @@ instead.
-

Revised: 14 Nov 2000 +

Revised: 18 Nov 2000