$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2002-08-30 15:21:39
> > I wish boost::int_t would support long long.  Now it is restricted to
> > long.  Is there any good reason for this restriction?
> 
> I'm sorry, I can't find a response to this.   Neal, did you find a clean
> solution as I also need support for long long.
Use boost::int64_t. 
Jeff