This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Online Docs Chapter 22: Correct Transformations


> This seems to work pretty well, although it's a bit cumbersome to
> read, and it doesn't have the convenience of being a template function
> (the character type must be specified explicitly). I'd be interested
> in comparing it to the version that's supposed to used bind2nd and the
> global tolower function template, if anyone has the details on how
> that's supposed to work.

Thanks. This looks pretty good to me, although I'm of the opinion that
one using namespace std:: and removing all the explicity qualifications
is easier to read.

I think there was a bug in GNATS about these global functions: if you
search for libstdc++ bugs you might find out what was being attempted.

-benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]