Is this a bug or lack of understanding?

Chip Salzenberg chip@valinux.com
Fri Apr 21 12:10:00 GMT 2000


According to Martin v. Loewis:
> > >     struct s {
> > >         bool operator()(string s1, string s2) {
> > >             return (s1.size() < s2.size()
> > > 		    or (s1.size() == s2.size() and s1 < s2));
> > >         }
> > >     };
> 
> Although I expected comments on my use of "alternate tokens", I got
> none. Is everybody using 2.96 snapshots so they don't notice ?-)

I guess I'm just so used to parsing Perl, they already look normal.
-- 
Chip Salzenberg              - a.k.a. -              <chip@valinux.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K


More information about the Libstdc++ mailing list