[PPL-devel] [GIT] ppl/ppl(floating_point): Spurious print statement removed.

Roberto Bagnara bagnara at cs.unipr.it
Thu Sep 24 16:35:45 CEST 2009


Module: ppl/ppl
Branch: floating_point
Commit: 8f06b8a321099311d83ddceba3786d7ff857543b
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=8f06b8a321099311d83ddceba3786d7ff857543b

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Thu Sep 24 16:32:31 2009 +0200

Spurious print statement removed.

---

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

diff --git a/src/Interval.templates.hh b/src/Interval.templates.hh
index 1e0b3f8..fcfecf6 100644
--- a/src/Interval.templates.hh
+++ b/src/Interval.templates.hh
@@ -115,7 +115,6 @@ Interval<Boundary, Info>::Interval(const char* s) {
       assign(EMPTY);
     break;
   default:
-    std::cerr << "lower_r = " << lower_r << std::endl;
     PPL_ASSERT(false);
   }
   switch (upper_r) {




More information about the PPL-devel mailing list