PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3571 *** shadow/3571 Wed Sep 12 09:48:35 2001 --- shadow/3571.tmp.18476 Wed Sep 12 10:00:50 2001 *************** *** 35,38 **** bool operator==(const XObject& theRHS) const { return m_xobjectPtr == theRHS.m_xobjectPtr; } ! seems to work (if you also remove the friend declaration!) --- 35,45 ---- bool operator==(const XObject& theRHS) const { return m_xobjectPtr == theRHS.m_xobjectPtr; } ! seems to work (if you also remove the friend declaration!) ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-09-12 10:00 ------- ! Can you please post the error message from the compiler? I doubt we will fix ! this, but if it can be fixed generically, we may try. ! ! I don't believe there's anything wrong with the Xalan code, but the error ! message may help figure out the problem.
