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


>>>>> "Ulrich" == Ulrich Drepper <drepper@redhat.com> writes:

    Ulrich> Haven't you seen what I've written?  const char * is

No, I haven't.  I just see code that doesn't compile. :-)

    Ulrich> wrong.  I am member of the group which decides about this.
    Ulrich> Why do you think you know this better?

If you continue to take this tone in your messages, I will simply
cease replying to them.  It's not me-versus-you; we're just trying to
get the job done.  Please treat me with the same respect I treat you.

The GNU/Linux iconv.h contains a prototype that uses `const char **',
as does the Solaris 2.8 version.  So, the V3 headers need to work with
those headers.  I think you should either submit a change to have
fixincludes fix this, or have autoconf detect that situation and work
around it in codecvt.h.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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