SPECIALIZE_LIMITS_INT(signed int)

I think this should be applied.
--- src/checked_numeric_limits.hh 21 Aug 2005 22:40:38 -0000 1.4 +++ src/checked_numeric_limits.hh 22 Sep 2005 12:07:35 -0000 @@ -66,6 +66,7 @@
SPECIALIZE_LIMITS_INT(signed char) SPECIALIZE_LIMITS_INT(signed short) +SPECIALIZE_LIMITS_INT(signed int) SPECIALIZE_LIMITS_INT(signed long) SPECIALIZE_LIMITS_INT(signed long long)

Matthew Mundell ha scritto:
I think this should be applied.
--- src/checked_numeric_limits.hh 21 Aug 2005 22:40:38 -0000 1.4 +++ src/checked_numeric_limits.hh 22 Sep 2005 12:07:35 -0000 @@ -66,6 +66,7 @@
SPECIALIZE_LIMITS_INT(signed char) SPECIALIZE_LIMITS_INT(signed short) +SPECIALIZE_LIMITS_INT(signed int) SPECIALIZE_LIMITS_INT(signed long) SPECIALIZE_LIMITS_INT(signed long long)
Yes, of course.
Please add also unsigned types, after a rapid check that macro works as expected also for this types.
participants (2)
-
Abramo Bagnara
-
Matthew Mundell