Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2003-10-23 07:33:43


> I also get one warining about "expression is always false due to
> limited range of type" (or very similar). In regex_compile.hpp l. 73:
>
> if((traits_size_type)(traits_uchar_type)c >= 256)
>
> I have no idea what to do with that one.

Thatb will be fixed soon in cvs.

> Warnings about "statement with no-effect", I shut it up with a (void):
> (I'll check with the gcc list if this warning is intended.)

Yep, will do, those are real busy-body warnings IMO.

> Same patch I sent to the list earlier. Response was that it will be
> included. The (unsinged char) cast is new though:

Yep that's in my source already including the extra cast :-)
>
> Gcc complains about missing initializator.

Will do,

Thanks,

John.


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