Blob Blame History Raw
--- ./bundled/libnormaliz/apps/polytope/src/normaliz.cc.orig	2015-09-25 13:18:03.809857335 -0600
+++ ./bundled/libnormaliz/apps/polytope/src/normaliz.cc	2015-09-25 13:26:23.792149925 -0600
@@ -39,11 +39,11 @@ namespace libnormaliz {
 #include <libnormaliz/cone.h>
 
 namespace libnormaliz {
-   template<> inline long explicit_cast_to_long(const pm::Integer& a) {
+   inline long explicit_cast_to_long(const pm::Integer& a) {
       return a.to_long();
    }
 
-   template<> pm::Integer int_max_value_half<pm::Integer>(){
+   pm::Integer int_max_value_half(){
       assert(false);
       return 0;
    }