Re: Call for vote: Xerces-C 3.3.0

Boris Kolpackov <[email protected]> Mon, 21 Oct 2024 14:49:08 +0200
Newsgroups gmane.text.xml.xerces-c.devel
Organization Code Synthesis
Message-ID <[email protected]>
Boris Kolpackov <[email protected]> writes:

> Denis Excoffier <[email protected]> writes:
> 
> > - also applied the following minor modifications/improvements:
> >
> >   - in src/xercesc/util/regx/Token.hpp, in the method 'void Token::setTokenType(const Token::tokType tokType)' rename
> >     the argument (e.g. into 'tokTypeShadow') to avoid a warning in case you include this file and compile with -Wshadow
> >
> >   - in src/xercesc/dom/impl/DOMNodeIDMap.cpp, insert the following two primes before '0': 9999991, 99999989
> 
> Hm, perhaps we should incorporate these changes (especially the last one;
> there is a TODO note for this) upstream for the future releases.

Ok, I've applied these to master and xerces-3.3. Thanks to Denis for
the suggestions.