2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-25 04:42:24 +00:00

uBLAS change comment misspelling

This commit is contained in:
Michael Stevens
2006-02-04 15:13:25 +00:00
parent 469bcc3599
commit 8bbef31eb9
4 changed files with 13 additions and 13 deletions

View File

@@ -257,7 +257,7 @@ namespace boost { namespace numeric { namespace ublas {
const_iterator (const self_type &mr, const const_subiterator_type &it):
container_const_reference<self_type> (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<self_type> (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<self_type> (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<self_type> (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<self_type> (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<self_type> (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<self_type> (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<self_type> (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<self_type> (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<self_type> (it ()), it1_ (it.it1_), it2_ (it.it2_) {}
// Arithmetic

View File

@@ -299,7 +299,7 @@ namespace boost { namespace numeric { namespace ublas {
const_iterator (const self_type &v, const const_subiterator_type &it):
container_const_reference<self_type> (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<self_type> (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<self_type> (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<self_type> (it ()), it_ (it.it_) {}
// Arithmetic

View File

@@ -274,7 +274,7 @@ namespace boost { namespace numeric { namespace ublas {
const_iterator (const self_type &vr, const const_subiterator_type &it):
container_const_reference<self_type> (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<self_type> (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<self_type> (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<self_type> (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<self_type> (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<self_type> (it ()), it_ (it.it_) {}
// Arithmetic

View File

@@ -584,7 +584,7 @@ namespace boost { namespace numeric { namespace ublas {
const_iterator (const self_type &v, const const_subiterator_type &it):
container_const_reference<self_type> (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<self_type> (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<self_type> (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<self_type> (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<self_type> (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<self_type> (it ()), it_ (it.it_) {}
// Arithmetic