DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6917>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6917 Fix for XPathExpression::insertOpCode using STLport 4.5 with _STLP_DEBUG defined ------- Additional Comments From [EMAIL PROTECTED] 2002-03-06 19:05 ------- I don't understand why this fix is necessary. Since getOpCodeLength() returns an int, what's the problem? If STLport is complaining that this int is used in the call to vector::insert(), it would be better to cast the value at the calling point. But let's be clear about this -- there _nothing_ wrong with this code. If the STLport debug mode complains about mixing signed/unsigned, then it's being just a little too picky, as far as I'm concerned.
