$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2001-09-07 14:02:05
--- In boost_at_y..., Jens Maurer <Jens.Maurer_at_g...> wrote:
> Darin Adler wrote:
> > Wouldn't this be better handled by defining either
BOOST_NO_INT64_T or
> > BOOST_NO_INTEGRAL_INT64_T for the SunPro compiler in config.hpp
instead of
> > making the change here?
>
> I've changed boost/config.hpp so that BOOST_NO_INTEGRAL_INT64_T is
> defined. The error messages ("enum too wide") suggest that this is
> the proper fix.
>
> Jens Maurer
I agree this is proper solution. Strange Sunpro has long long type
but does not allow enum values for it.
Gennadiy.