From: John Maddock (john_at_[hidden])
Date: 2006-08-06 05:05:53


Gennaro Prota wrote:
> On Sat, 5 Aug 2006 16:46:29 +0100, "John Maddock"
> <john_at_[hidden]> wrote:
>
>> We seem to have acquired even more intrusive warnings from
>> lexical_cast now, for example a quickbook build yields:
>>
>> [42 lines warning message snipped]
>
> Just to reassure the onlookers this was *1* message :-s
>
>> which is pretty unpleasant :-(
>
> Don't be sad, John. Fixed at 0.45am. Specially for you O:-)
>
> PS: I've used _MSC_VER rather than BOOST_MSVC; is that ok? The idea is
> that VC-compatible compilers will (should?) behave the same as VC,
> also with regard to the warning.

Yep, thanks Gennaro, that kills the warnings very nicely!

John.