From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 2000-08-01 12:32:38


Daryle Walker wrote:

> I think there is another file
> that checks for that macro constant or for another one, but maybe ULLONG_MAX
> is the standard C99 name and the other is pre-C99 variant for a specific
> compiler.

ULLONG_MAX is indeed the C99 constant for
std::numeric_limits<unsigned long long>::max ()

-- 
Valentin Bonnard