Module: ppl/ppl Branch: bounded_arithmetic Commit: eb89cfe6722ad09d1c84a4f342df676343733986 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=eb89cfe6722ad...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed May 13 20:01:01 2009 +0200
Use Bounded_Integer_Coefficient_Policy as the policy for checked coefficients.
---
configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac index cefc30a..0e13e32 100644 --- a/configure.ac +++ b/configure.ac @@ -599,7 +599,7 @@ then AC_DEFINE(PPL_NATIVE_INTEGERS, 1, [Defined if the integral type to be used for coefficients is a native one.]) elif test x"$coefficient_kind" = xchecked then - coefficient_type="Parma_Polyhedra_Library::Checked_Number<int${coefficient_bits}_t>" + coefficient_type="Parma_Polyhedra_Library::Checked_Number<int${coefficient_bits}_t, Bounded_Integer_Coefficient_Policy>" AC_DEFINE_UNQUOTED(PPL_COEFFICIENT_TYPE, $coefficient_type) AC_DEFINE_UNQUOTED(PPL_COEFFICIENT_BITS, $coefficient_bits) AC_DEFINE(PPL_CHECKED_INTEGERS, 1, [Defined if the integral type to be used for coefficients is a checked one.])