aboutsummaryrefslogblamecommitdiff
path: root/math/kaskade/files/patch-sources_family.h
blob: 6dfc59aca3e2a0d173b030dea65dce47e873de46 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                      
--- ./sources/family.h.orig	Fri Aug  4 10:13:45 2000
+++ ./sources/family.h	Wed Aug 17 00:07:37 2005
@@ -85,7 +85,7 @@
 
     virtual ~Son() { }
 
-    void* operator new(size_t /*size*/)  { cout.flush(); abort();  return 0; }
+    void* operator new(size_t /*size*/) throw() { cout.flush(); abort();  return 0; }
     void  operator delete(void* /*son*/) { cout.flush(); abort(); }
 
     virtual int  NoOfFathers() const = 0;