From: John Maddock (john_at_[hidden])
Date: 2006-03-06 12:53:55


>> I know that I can use boost::int64_t, but the problem is that the
>> "64" here is not fixed in my code. It is dependent on some other
>> parameters,
>> so it could be 32 too.
>>
>> Am I missing anything?

Apparently not: looking at the code there is no provision for use of long
long when it's available. Daryle, fancy fixing this one?

John.