Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 411384 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.h.patch
grass-6.4.2.mm.h.patch (text/plain), 593 bytes, created by
Marco Genasci
on 2015-09-09 06:15:55 UTC
(
hide
)
Description:
grass-6.4.2.mm.h.patch
Filename:
MIME Type:
Creator:
Marco Genasci
Created:
2015-09-09 06:15:55 UTC
Size:
593 bytes
patch
obsolete
>--- include/iostream/mm.h 2008-12-19 21:29:33.000000000 +0100 >+++ include/iostream/mm.h.p 2015-09-08 16:40:17.046073550 +0200 >@@ -110,10 +110,10 @@ > void print(); > > friend class mm_register_init; >- friend void * operator new(size_t); >- friend void * operator new[](size_t); >- friend void operator delete(void *); >- friend void operator delete[](void *); >+ friend void * operator new(size_t) throw(std::bad_alloc); >+ friend void * operator new[](size_t) throw(std::bad_alloc); >+ friend void operator delete(void *) throw(); >+ friend void operator delete[](void *) throw(); > }; > >
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