$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-05-07 11:54:18
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.