[PPL-devel] [GIT] ppl/ppl(master): Added missing template parameter.

Roberto Bagnara bagnara at cs.unipr.it
Sun Feb 12 08:16:33 CET 2012


Module: ppl/ppl
Branch: master
Commit: a372f86d78f0effbfb551dd6f1078f6a4a7a0161
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a372f86d78f0effbfb551dd6f1078f6a4a7a0161

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sun Feb 12 08:16:03 2012 +0100

Added missing template parameter.

---

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index eed647d..983f8c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
 # Process this file with Autoconf to produce a configure script.
 
 # Every other copy of the package version number gets its value from here.
-AC_INIT([the Parma Polyhedra Library], [0.12pre4], [ppl-devel at cs.unipr.it], [ppl])
+AC_INIT([the Parma Polyhedra Library], [0.12pre5], [ppl-devel at cs.unipr.it], [ppl])
 
 # Minimum Autoconf version required.
 AC_PREREQ(2.61)
@@ -673,7 +673,7 @@ AM_CONDITIONAL(USE_INT64, test x"$coefficient_bits" = x64)
 
 if test x"$coefficient_kind" = xnative
 then
-  coefficient_type="Parma_Polyhedra_Library::Checked_Number<int${coefficient_bits}_t, Checked_Number_Transparent_Policy>"
+  coefficient_type="Parma_Polyhedra_Library::Checked_Number<int${coefficient_bits}_t, Checked_Number_Transparent_Policy<int${coefficient_bits}_t> >"
   AC_DEFINE_UNQUOTED(PPL_COEFFICIENT_TYPE, $coefficient_type, [The integral type used to represent coefficients.])
   AC_DEFINE_UNQUOTED(PPL_COEFFICIENT_BITS, $coefficient_bits, [The number of bits of coefficients; 0 if unbounded.])
   AC_DEFINE(PPL_NATIVE_INTEGERS, 1, [Defined if the integral type to be used for coefficients is a native one.])




More information about the PPL-devel mailing list