[Pkg-scicomp-commits] netgen/trunk

Christophe Prud'homme prudhomm at debian.org
Fri Jun 9 06:02:28 UTC 2006


SVN commit 447 by prudhomm:

make it compile for 4.1

 M  +2 -1      netgen/trunk/debian/changelog  
 M  +1 -1      netgen/trunk/ngsolve/linalg/order.cpp  
 M  +1 -1      netgen/trunk/ngsolve/linalg/order.hpp  


--- netgen/trunk/debian/changelog #446:447
@@ -2,8 +2,9 @@
 
   * Bug fix: "netgen: FTBFS: cannot find -lXi", thanks to Daniel Schepler
     (Closes: #370176).
+  * Make it compile with g++ 4.1
 
- -- Christophe Prud'homme <prudhomm at debian.org>  Mon,  5 Jun 2006 07:26:03 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org>  Fri,  9 Jun 2006 08:00:29 +0200
 
 netgen (4.4-5) unstable; urgency=low
 
--- netgen/trunk/ngsolve/linalg/order.cpp #446:447
@@ -54,7 +54,7 @@
     return ball.Alloc();
   }
 
-  void CliqueEl :: operator delete (void * p, size_t)
+  void CliqueEl :: operator delete (void * p)
   {
     ball.Free (p);
   }
--- netgen/trunk/ngsolve/linalg/order.hpp #446:447
@@ -118,7 +118,7 @@
   ///
   void * operator new(size_t);
   ///
-  void operator delete (void *, size_t);
+  void operator delete (void *);
 };
   
 



More information about the Pkg-scicomp-commits mailing list