Boost logo

Boost :

From: Daniel Frey (d.frey_at_[hidden])
Date: 2003-05-28 12:55:30


On Wed, 28 May 2003 18:40:02 +0200, Beman Dawes wrote:

> At 10:10 AM 5/28/2003, Daniel Frey wrote:
>
> >Hubert Holin wrote:
> >>>GNU C++ 2.95.3-5
> >>> cannot find the limits standard header file (is this me?!)
> >>
> >> I'd like to know. I do not currently have access to an
> >> installed
> >> copy of this compiler, but it's one for which quite some energy was
> >> expended to make things work.
> >
> >AFAIK it's a known problem that the <limits>-header is missing for the
> >GCC 2.95.x. I don't know if it's the "official" boost way of fixing
> >this, but including <boost/detail/limits.hpp> instead of <limits>
> >might fix this one, at least it once worked for me ;)
>
> Um... Should be <boost/limits.hpp>, shouldn't it?

Oops. Yes. <boost/limits.hpp> then includes
<boost/detail/limits.hpp> as a workaround for <limits> when needed,
right? I just didn't noticed that as I only used it with the GCC 2.95.2.

Regards, Daniel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk