 
            Module: ppl/ppl Branch: bounded_arithmetic Commit: ee2d6c28172e4879daa3b1337ac6987cfffc0226 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ee2d6c28172e4...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed May 13 21:29:11 2009 +0200
Comment fixed.
---
src/Coefficient.types.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Coefficient.types.hh b/src/Coefficient.types.hh index 64e2a34..0142d35 100644 --- a/src/Coefficient.types.hh +++ b/src/Coefficient.types.hh @@ -48,7 +48,7 @@ struct Bounded_Integer_Coefficient_Policy { //! Do not handle not-a-number special value. const_bool_nodef(has_nan, false);
- //! Handle infinity special values if \p T have them. + //! Do not handle infinity special values. const_bool_nodef(has_infinity, false);
/*! \brief