[PPL-devel] [GIT] ppl/ppl(master): Fixed a typo.

Abramo Bagnara abramo.bagnara at gmail.com
Fri May 15 16:51:17 CEST 2009


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

Author: Abramo Bagnara <abramo.bagnara at gmail.com>
Date:   Fri May 15 16:51:14 2009 +0200

Fixed a typo.

---

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

diff --git a/src/checked_float.inlines.hh b/src/checked_float.inlines.hh
index a245829..4dd7fda 100644
--- a/src/checked_float.inlines.hh
+++ b/src/checked_float.inlines.hh
@@ -290,7 +290,7 @@ template <typename Policy>
 inline Result
 result_relation(Rounding_Dir dir) {
   if (Policy::fpu_check_inexact &&
-      !round_not_needed(dir) && round_strict_relation(dir))
+      !round_not_needed(dir) && round_strict_relation(dir)) {
     switch (fpu_check_inexact()) {
     case 0:
       return V_EQ;




More information about the PPL-devel mailing list