
7 May
2007
7 May
'07
6:45 p.m.
"Peter Dimov" <pdimov@mmltd.net> wrote in news:002f01c790c0$0f8a2220$6407a80a@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.