[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: numeric limits patch
* Dave Symonds <dasymond@it.usyd.edu.au> [100504, 11:34]:
> On Sat, May 08, 2004 at 07:39:37PM +0200, Matteo Boccafoli wrote:
> > It is possible to patch some ``FIXME'' line,
> > I attach a diff file.
>
> That patch looks fine; I'm just worred about using std::numeric_limits<int>.
> I'm sure it's in the standard, but is it actually widely spread?
with g++-2.95 std::numeric_limits don't works :_(,
but in 3.x relase it works fine.
Do You use other compiler?
Matteo