From 8bbef31eb9c8d0b409cd5e9f28908e8b1709d0b1 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Sat, 4 Feb 2006 15:13:25 +0000 Subject: [PATCH] uBLAS change comment misspelling --- include/boost/numeric/ublas/matrix_proxy.hpp | 10 +++++----- include/boost/numeric/ublas/vector.hpp | 4 ++-- include/boost/numeric/ublas/vector_proxy.hpp | 6 +++--- include/boost/numeric/ublas/vector_sparse.hpp | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/include/boost/numeric/ublas/matrix_proxy.hpp b/include/boost/numeric/ublas/matrix_proxy.hpp index 0ca44473..764461d2 100644 --- a/include/boost/numeric/ublas/matrix_proxy.hpp +++ b/include/boost/numeric/ublas/matrix_proxy.hpp @@ -257,7 +257,7 @@ namespace boost { namespace numeric { namespace ublas { const_iterator (const self_type &mr, const const_subiterator_type &it): container_const_reference (mr), it_ (it) {} BOOST_UBLAS_INLINE - const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iteraot here + const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iterator here container_const_reference (it ()), it_ (it.it_) {} // Arithmetic @@ -714,7 +714,7 @@ namespace boost { namespace numeric { namespace ublas { const_iterator (const self_type &mc, const const_subiterator_type &it): container_const_reference (mc), it_ (it) {} BOOST_UBLAS_INLINE - const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iteraot here + const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iterator here container_const_reference (it ()), it_ (it.it_) {} // Arithmetic @@ -1166,7 +1166,7 @@ namespace boost { namespace numeric { namespace ublas { const_iterator (const self_type &mvr, const const_subiterator1_type &it1, const const_subiterator2_type &it2): container_const_reference (mvr), it1_ (it1), it2_ (it2) {} BOOST_UBLAS_INLINE - const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iteraot here + const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iterator here container_const_reference (it ()), it1_ (it.it1_), it2_ (it.it2_) {} // Arithmetic @@ -1631,7 +1631,7 @@ namespace boost { namespace numeric { namespace ublas { const_iterator (const self_type &mvs, const const_subiterator1_type &it1, const const_subiterator2_type &it2): container_const_reference (mvs), it1_ (it1), it2_ (it2) {} BOOST_UBLAS_INLINE - const_iterator (const typename self_type::iterator &it): // ISSUE vector:: stops VC8 using std::iteraot here + const_iterator (const typename self_type::iterator &it): // ISSUE vector:: stops VC8 using std::iterator here container_const_reference (it ()), it1_ (it.it1_), it2_ (it.it2_) {} // Arithmetic @@ -2095,7 +2095,7 @@ namespace boost { namespace numeric { namespace ublas { const_iterator (const self_type &mvi, const const_subiterator1_type &it1, const const_subiterator2_type &it2): container_const_reference (mvi), it1_ (it1), it2_ (it2) {} BOOST_UBLAS_INLINE - const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iteraot here + const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iterator here container_const_reference (it ()), it1_ (it.it1_), it2_ (it.it2_) {} // Arithmetic diff --git a/include/boost/numeric/ublas/vector.hpp b/include/boost/numeric/ublas/vector.hpp index 4954212e..7c4e47ed 100644 --- a/include/boost/numeric/ublas/vector.hpp +++ b/include/boost/numeric/ublas/vector.hpp @@ -299,7 +299,7 @@ namespace boost { namespace numeric { namespace ublas { const_iterator (const self_type &v, const const_subiterator_type &it): container_const_reference (v), it_ (it) {} BOOST_UBLAS_INLINE - const_iterator (const typename vector::iterator &it): // ISSUE vector:: stops VC8 using std::iteraot here + const_iterator (const typename vector::iterator &it): // ISSUE vector:: stops VC8 using std::iterator here container_const_reference (it ()), it_ (it.it_) {} // Arithmetic @@ -1465,7 +1465,7 @@ namespace boost { namespace numeric { namespace ublas { const_iterator (const self_type &v, const const_subiterator_type &it): container_const_reference (v), it_ (it) {} BOOST_UBLAS_INLINE - const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iteraot here + const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iterator here container_const_reference (it ()), it_ (it.it_) {} // Arithmetic diff --git a/include/boost/numeric/ublas/vector_proxy.hpp b/include/boost/numeric/ublas/vector_proxy.hpp index 0d4aef91..8c5cbcea 100644 --- a/include/boost/numeric/ublas/vector_proxy.hpp +++ b/include/boost/numeric/ublas/vector_proxy.hpp @@ -274,7 +274,7 @@ namespace boost { namespace numeric { namespace ublas { const_iterator (const self_type &vr, const const_subiterator_type &it): container_const_reference (vr), it_ (it) {} BOOST_UBLAS_INLINE - const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iteraot here + const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iterator here container_const_reference (it ()), it_ (it.it_) {} // Arithmetic @@ -781,7 +781,7 @@ namespace boost { namespace numeric { namespace ublas { const_iterator (const self_type &vs, const const_subiterator_type &it): container_const_reference (vs), it_ (it) {} BOOST_UBLAS_INLINE - const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iteraot here + const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iterator here container_const_reference (it ()), it_ (it.it_) {} // Arithmetic @@ -1306,7 +1306,7 @@ return true; const_iterator (const self_type &vi, const const_subiterator_type &it): container_const_reference (vi), it_ (it) {} BOOST_UBLAS_INLINE - const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iteraot here + const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iterator here container_const_reference (it ()), it_ (it.it_) {} // Arithmetic diff --git a/include/boost/numeric/ublas/vector_sparse.hpp b/include/boost/numeric/ublas/vector_sparse.hpp index 74248860..abbd28dc 100644 --- a/include/boost/numeric/ublas/vector_sparse.hpp +++ b/include/boost/numeric/ublas/vector_sparse.hpp @@ -584,7 +584,7 @@ namespace boost { namespace numeric { namespace ublas { const_iterator (const self_type &v, const const_subiterator_type &it): container_const_reference (v), it_ (it) {} BOOST_UBLAS_INLINE - const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iteraot here + const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iterator here container_const_reference (it ()), it_ (it.it_) {} // Arithmetic @@ -1156,7 +1156,7 @@ namespace boost { namespace numeric { namespace ublas { const_iterator (const self_type &v, const const_subiterator_type &it): container_const_reference (v), it_ (it) {} BOOST_UBLAS_INLINE - const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iteraot here + const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iterator here container_const_reference (it ()), it_ (it.it_) {} // Arithmetic @@ -1815,7 +1815,7 @@ namespace boost { namespace numeric { namespace ublas { const_iterator (const self_type &v, const const_subiterator_type &it): container_const_reference (v), it_ (it) {} BOOST_UBLAS_INLINE - const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iteraot here + const_iterator (const typename self_type::iterator &it): // ISSUE self_type:: stops VC8 using std::iterator here container_const_reference (it ()), it_ (it.it_) {} // Arithmetic