Issue 17593 - IRIX: MipsPro w/ SGI STL "lacks a global nothrow operator delete..."
Summary: IRIX: MipsPro w/ SGI STL "lacks a global nothrow operator delete..."
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: SGI IRIX
: P3 Trivial (vote)
Target Milestone: OOo 1.1.1
Assignee: Martin Hollmichel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 809
  Show dependency tree
 
Reported: 2003-07-30 01:45 UTC by nickb
Modified: 2004-02-05 12:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description nickb 2003-07-30 01:45:52 UTC
Index: source/simplereferenceobject.cxx
===================================================================
RCS file: /cvs/udk/salhelper/source/simplereferenceobject.cxx,v
retrieving revision 1.1
diff -u -r1.1 simplereferenceobject.cxx
--- source/simplereferenceobject.cxx    5 Jun 2001 15:21:32 -0000       1.1
+++ source/simplereferenceobject.cxx    30 Jul 2003 00:48:30 -0000
@@ -106,7 +106,7 @@
                                             std::nothrow_t const & rNothrow)
     SAL_THROW(())
 {
-#if defined WNT
+#if defined WNT || (defined IRIX && !defined GCC)
     ::operator delete(pPtr); // WNT lacks a global nothrow operator delete...
 #else // WNT
     ::operator delete(pPtr, rNothrow);
Comment 1 nickb 2003-07-30 01:46:11 UTC
Added depend
Comment 2 Martin Hollmichel 2003-08-07 15:56:14 UTC
set target milestone to 1.1.1
Comment 3 sander_traveling 2003-10-16 19:01:30 UTC
Commited in ooo111fix1
Comment 4 Martin Hollmichel 2004-02-05 12:28:51 UTC
mark as verified.
Comment 5 Martin Hollmichel 2004-02-05 12:39:57 UTC
closing issue, feel free to reopen in case a problem is left.