$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andy (atompkins_at_[hidden])
Date: 2007-05-07 14:45:53
"Peter Dimov" <pdimov_at_[hidden]> wrote in
news:002f01c790c0$0f8a2220$6407a80a_at_pdimov2:
> Andy wrote:
>
>>> * The c == '{' comparison in operator>> seems to be missing a
>>> 'widen' call. There is no guarantee that '{' and L'{' compare equal.
>>
>> Thanks. I get a little lost with this sort of stuff sometimes. Just
>> to help me, who provides the 'widen' function? The stream?
>
> Yes, I think that the stream provides a widen() member function.
Thanks.
Andy.