$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Krishna Padmasola (krishna_at_[hidden])
Date: 2000-12-04 01:09:53
Hi,
The files random.hpp and integer_traits.hpp do not check for
BOOST_NO_LIMITS macro, but directly include <limits>, which causes
problems when compiling with gcc-2.95.2 under cygwin.
Can the maintainer of these files fix this problem, please?
Thanks,
Krishna.
Krishna Padmasola wrote:
>
> random.hpp and integer_traits.hpp include <limits>, but gcc 2.95.2 does
> not support this. should it be changed to include "pending/limits.hpp"?
>
> Krishna.