
Module: ppl/ppl Branch: ppl-0_11-branch Commit: 6d7114d091eefdf7b1201876e04f54e21793fea6 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=6d7114d091eef...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Sep 8 05:31:19 2010 +0200
Mentioned the fix to Interval::Interval(const char*).
Mentioned the fix to Interval::Interval(const char*).
---
NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS index e884a40..76dce77 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,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)