[GIT] ppl/ppl(master): Fixed a typo.
Module: ppl/ppl Branch: master Commit: 01d418b281367a2a8cd71fb2fa35e12a719ba3d0 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=01d418b281367... Author: Abramo Bagnara <abramo.bagnara@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;
participants (1)
-
Abramo Bagnara