Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-1199

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-1199
    Summary: Compiling Xerces C++ 2.5.0 on HPUX using aCC: HP ANSI C++ B3910B A.03.13
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Xerces-C++
 Components: 
             Build
   Versions:
             2.5.0

   Assignee: 
   Reporter: Robert Pigott

    Created: Tue, 20 Apr 2004 1:40 PM
    Updated: Tue, 20 Apr 2004 1:40 PM
Environment: HP-UX using aCC: HP ANSI C++ B3910B A.03.13

Description:
I'm trying to compile Xerces C++ 2.5.0 on HP-UX using aCC: HP ANSI C++ B3910B A.03.13, 
and I am having a problem with XMemory.hpp.  aCC is complaining about the following 
method:

     //The Borland compiler is complaining about duplicate overloading of delete
#if !defined(XML_BORLAND)
    /**
      * This method provides a matching delete for the placement new
      *
      * @param p      The pointer to the allocated memory
      * @param memMgr An application's memory manager
      */
    void operator delete(void* p, MemoryManager* memMgr);
#endif

In version Xerces C++ 2.3.0, in the same header, the declaration is as follows:

     //The HP compiler is complaining about duplicate overloading of delete
#if !defined(XML_HPUX)
    /**
      * This method provides a matching delete for the placement new
      *
      * @param p      The pointer to the allocated memory
      * @param memMgr An application's memory manager
      */
    void operator delete(void* p, MemoryManager* memMgr);
#endif

I'm wondering why the header file was changed in the way it was.  It no longer 
compiles on HP.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to