This is the mail archive of the libstdc++@sources.redhat.com 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]

Re: V3 PATCH: Fix const-correctness in use of iconv


Mark Mitchell <mark@codesourcery.com> writes:

> As far as I can tell `iconv' always takes a `const char **' as its
> second argument.  If there are platforms where this is not true, we
> need to either use autoconf or fixincludes.  This fixes the sources to
> work on Solaris and Linux, which both have the type described above.

Haven't you seen what I've written?  const char * is wrong.  I am
member of the group which decides about this.  Why do you think you
know this better?

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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