GCC 2.95.x fixes

[SVN r14591]
This commit is contained in:
Dave Abrahams
2002-07-24 16:07:41 +00:00
parent 053c1fb45f
commit 0c1888c352

View File

@@ -358,15 +358,10 @@ class numeric_limits<unsigned long>
# define LONGLONG_MIN (-LONGLONG_MAX - 1)
#endif
template<>
class numeric_limits<long long>
: public _Integer_limits<long long, LONGLONG_MIN, LONGLONG_MAX>
{};
template<>
class numeric_limits<unsigned long long>
: public _Integer_limits<unsigned long long, 0, ULONGLONG_MAX>
{};
#if !defined(ULONGLONG_MIN)
# define ULONGLONG_MIN 0
#endif
#endif /* __GNUC__ */