$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-10-14 05:49:59
>I don't know if these solve Dave's problem but they don't seem to answer
the
>original question - "is 'long long' avaliable?"
I guess the answer is to do what other libs do and look for the macros in
<climits>: either LONG_LONG_MAX, LONGLONG_MAX or LLONG_MAX. We could
boilerplate this in config.hpp I guess, but that would mean everything
would end up including <climits>, not sure that that is such a big deal
though...
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/