$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Richard Webb (richard.webb_at_[hidden])
Date: 2007-12-15 13:34:56
John Maddock <john <at> johnmaddock.co.uk> writes:
>
> Richard Webb wrote:
> > If you're looking at silencing warnings from Format, is there any
> > chance you could look at http://svn.boost.org/trac/boost/ticket/1510
> > ? It can produce some pretty substantial warnings as well.
>
> Hopefully now done.
Thanks for the change, but i'm now getting the same warning from a few lines
down in the file:
for(; i<sz && tmp_beg[i] == res[i-prefix_space]; ++i) {}
Applying the same change to that line removes the warnings.
Thanks for the effort,
Richard Webb