Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 411382 Details for
Bug 519414
sci-geosciences/grass-6.4.2 - ?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
grass-6.4.2.mm.c.patch
grass-6.4.2.mm.c.patch (text/plain), 1.04 KB, created by
Marco Genasci
on 2015-09-09 06:15:18 UTC
(
hide
)
Description:
grass-6.4.2.mm.c.patch
Filename:
MIME Type:
Creator:
Marco Genasci
Created:
2015-09-09 06:15:18 UTC
Size:
1.04 KB
patch
obsolete
>--- lib/iostream/mm.cc 2011-10-10 22:03:42.000000000 +0200 >+++ lib/iostream/mm.cc.p 2015-09-08 16:42:24.556072251 +0200 >@@ -256,7 +256,7 @@ > > > /* ************************************************************ */ >-void* operator new[] (size_t sz) { >+void* operator new[] (size_t sz) throw(std::bad_alloc) { > void *p; > > MM_DEBUG cout << "new: sz=" << sz << ", register " >@@ -307,7 +307,7 @@ > > > /* ************************************************************ */ >-void* operator new (size_t sz) { >+void* operator new (size_t sz) throw(std::bad_alloc) { > void *p; > > MM_DEBUG cout << "new: sz=" << sz << ", register " >@@ -359,7 +359,7 @@ > > > /* ---------------------------------------------------------------------- */ >-void operator delete (void *ptr) { >+void operator delete (void *ptr) throw() { > size_t sz; > void *p; > >@@ -399,7 +399,7 @@ > > > /* ---------------------------------------------------------------------- */ >-void operator delete[] (void *ptr) { >+void operator delete[] (void *ptr) throw() { > size_t sz; > void *p; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 519414
:
382528
|
382772
|
411380
| 411382 |
411384