Module: ppl/ppl Branch: bounded_arithmetic Commit: 0cb27e7158a1d4546ecba3e3141cf5bd90f4f5e2 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=0cb27e7158a1d...
Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Wed May 13 20:05:05 2009 +0200
Fixed return type.
---
src/checked.defs.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/checked.defs.hh b/src/checked.defs.hh index 0efe776..0324d46 100644 --- a/src/checked.defs.hh +++ b/src/checked.defs.hh @@ -321,7 +321,7 @@ namespace Checked { #define PPL_SPECIALIZE_SGN(func, From) \ PPL_SPECIALIZE_FUN1_0_0(sgn, func, Result_Relation, const, From) #define PPL_SPECIALIZE_CMP(func, Type1, Type2) \ - PPL_SPECIALIZE_FUN2_0_0(cmp, func, Result, const, Type1, const, Type2) + PPL_SPECIALIZE_FUN2_0_0(cmp, func, Result_Relation, const, Type1, const, Type2) #define PPL_SPECIALIZE_CLASSIFY(func, Type) \ PPL_SPECIALIZE_FUN1_0_3(classify, func, Result, const, Type, bool, bool, bool) #define PPL_SPECIALIZE_IS_NAN(func, Type) \