[PPL-devel] [GIT] ppl/ppl(master): Very long line shortened.

Roberto Bagnara bagnara at cs.unipr.it
Fri Oct 21 17:47:22 CEST 2011


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Fri Oct 21 16:36:01 2011 +0200

Very long line shortened.

---

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

diff --git a/src/Checked_Number.inlines.hh b/src/Checked_Number.inlines.hh
index 4364900..7c8e7cc 100644
--- a/src/Checked_Number.inlines.hh
+++ b/src/Checked_Number.inlines.hh
@@ -115,7 +115,8 @@ template <typename T, typename Policy> \
 inline \
 Checked_Number<T, Policy>::Checked_Number(const type x, Rounding_Dir dir) { \
   Policy::handle_result							\
-    (check_result(Checked::assign_ext<Policy, Checked_Number_Transparent_Policy<type> >	\
+    (check_result(Checked::assign_ext<Policy,                           \
+                                      Checked_Number_Transparent_Policy<type> > \
 		  (v, x, rounding_dir(dir)),				\
 		  dir));						\
 }									\
@@ -124,7 +125,8 @@ inline									\
 Checked_Number<T, Policy>::Checked_Number(const type x) {		\
   Rounding_Dir dir = Policy::ROUND_DEFAULT_CONSTRUCTOR;			\
   Policy::handle_result							\
-    (check_result(Checked::assign_ext<Policy, Checked_Number_Transparent_Policy<type> >	\
+    (check_result(Checked::assign_ext<Policy,                           \
+                                      Checked_Number_Transparent_Policy<type> > \
 		  (v, x, rounding_dir(dir)),				\
 		  dir));						\
 }




More information about the PPL-devel mailing list