[PPL-devel] [GIT] ppl/ppl(master): Obsolete FIXME removed: methods Box:: refine_* were fixed long ago.

Roberto Bagnara bagnara at cs.unipr.it
Mon Mar 30 15:19:24 CEST 2009


Module: ppl/ppl
Branch: master
Commit: 41f6b3361c374b2f565e86adfb60ed10a5f917a6
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=41f6b3361c374b2f565e86adfb60ed10a5f917a6

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon Mar 30 15:16:35 2009 +0200

Obsolete FIXME removed: methods Box::refine_* were fixed long ago.

---

 src/Box.inlines.hh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/Box.inlines.hh b/src/Box.inlines.hh
index 64557d4..d3a514b 100644
--- a/src/Box.inlines.hh
+++ b/src/Box.inlines.hh
@@ -401,7 +401,6 @@ Box<ITV>
     break;
   case Constraint::NONSTRICT_INEQUALITY:
     seq_v.refine_existential((den > 0) ? GREATER_OR_EQUAL : LESS_OR_EQUAL, q);
-    // FIXME(0.10.1): this assertion fails due to a bug in refine.
     assert(seq_v.OK());
     break;
   case Constraint::STRICT_INEQUALITY:




More information about the PPL-devel mailing list