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=25048>.
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=25048

Missing assignment operator in util/KeyValuePair

           Summary: Missing assignment operator in util/KeyValuePair
           Product: Xerces-C++
           Version: 2.3.0
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Utilities
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


applies to versions from 2.3.0 to current CVS snapshot (2003-11-26)

Until version 2.2.0, KeyValuePair had no assignment operator and so a default 
operator was constructed by the compiler which correctly copied the members 
fKey and fValue.
KeyValuePair is now derived from XMemory. XMemeory has a (unimplemented) 
private assignment operator, so that no default operator is created and thus no 
assignment operator is available for KeyValuePair.

The same problem may apply to other classes now derived from XMemory.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to