aboutsummaryrefslogtreecommitdiffstats
path: root/elff/elf_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'elff/elf_alloc.h')
-rw-r--r--elff/elf_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elff/elf_alloc.h b/elff/elf_alloc.h
index d76dcdb..648a1e9 100644
--- a/elff/elf_alloc.h
+++ b/elff/elf_alloc.h
@@ -152,7 +152,7 @@ class DwarfAllocBase {
* attempts to instantiate objects of derived classes using this version
* of operator 'new'.
*/
- void* operator new(size_t size) {
+ void* operator new(size_t size) throw() {
return NULL;
}
};