[PPL-devel] [GIT] ppl/ppl(master): Obsolete FIXME removed.

Roberto Bagnara bagnara at cs.unipr.it
Mon Mar 23 14:23:14 CET 2009


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon Mar 23 14:20:57 2009 +0100

Obsolete FIXME removed.

---

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

diff --git a/src/OR_Matrix.inlines.hh b/src/OR_Matrix.inlines.hh
index 8d19ba2..cb62cb9 100644
--- a/src/OR_Matrix.inlines.hh
+++ b/src/OR_Matrix.inlines.hh
@@ -66,7 +66,6 @@ OR_Matrix<T>::Pseudo_Row<U>::Pseudo_Row()
   , size_(0)
 #endif
 {
-  // FIXME(0.10.1): is zeroing necessary/wanted?
 }
 
 template <typename T>
@@ -238,7 +237,7 @@ OR_Matrix<T>::any_row_iterator<U>::operator--(int) {
 template <typename T>
 template <typename U>
 inline typename OR_Matrix<T>::template any_row_iterator<U>&
-OR_Matrix<T>::any_row_iterator<U>::operator+=(difference_type m) {
+OR_Matrix<T>::any_row_iterator<U>::operator+=(const difference_type m) {
   difference_type increment = m + m*m/2 + m*e;
   if (e%2 == 0 && m%2 == 1)
     ++increment;




More information about the PPL-devel mailing list