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

VS.NET complains XMemory copy-ctor and =-operator not implemented

           Summary: VS.NET complains XMemory copy-ctor and =-operator not
                    implemented
           Product: Xerces-C++
           Version: 2.3.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Linker from VisualStudio.NET (enterprise edition, 2002) complains about 
XMemory copy-constructor and assignment-operator not being implemented.
Problem solved by implementing the funcions :
        XMemory(const XMemory&) {}
        XMemory& operator=(const XMemory&) { return *this; }

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

Reply via email to