gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gzz-commits] gzz TODO


From: Asko Soukka
Subject: Re: [Gzz-commits] gzz TODO
Date: Wed, 13 Nov 2002 11:24:12 +0200 (EET)

Tue, 12 Nov 2002, Antti-Juhani Kaijanaho kirjoitti:
> On 20021112T115818-0500, Asko Soukka wrote:
> > +   + failing test to detect utf8 string non-null end bug found by Benja
> > +       - std::basic_string <unsigned short> is somehow not valid
> > +              anymore (type unknown to std::char_traits) needs a new 
> > approach
>
> Just specialize std::char_traits for unsigned short?  That's how it's
> supposed to work.

Ok. Learning, because never done it before :)

Because char_trait starts with a following typedef I
probably should rewrite whole struct for unsigned short :/

00053 template<class _CharT>
00054 struct char_traits
00055 {
00056       typedef _CharT        char_type;

But now I wonder, how did it work befor
without specializing (at least I can't find a one from
older cvs).

-- 
Asko Soukka     | Taitoniekantie 9 A 603 | address@hidden
+358-40-8235947 | FIN-40740 JYVÄSKYLÄ    | http://www.iki.fi/asko.soukka/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]