
Module: ppl/ppl Branch: master Commit: ab1231051fa87f92b6df5d49f4cf723e540682fe URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ab1231051fa87...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Sep 8 07:31:19 2010 +0200
Mentioned the fix to Interval::Interval(const char*).
---
NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS index 0297326..5ac4a8f 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,13 @@ o Corrected a bug affecting methods whereby a lower bound would not be computed correctly when the two iterators specify an empty list of stop points.
+o Fixed a bug affecting + + Interval::Interval(const char* s) + + whereby a wrong interval would be constructed if `s' denotes a number + that can only be represented as an infinity. +
-------------------------------------------------------------------------- NEWS for version 0.11 (released on August 2, 2010)