2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-23 16:12:09 +00:00

*** empty log message ***

svn path=/trunk/boost/boost/numeric/ublas/; revision=25303
This commit is contained in:
Michael Stevens
2004-09-21 13:40:04 +00:00
parent b850523b66
commit 908b2d89de

View File

@@ -1282,7 +1282,7 @@ namespace boost { namespace numeric { namespace ublas {
(current_ == 0 && it1_ != it1_end_) ||
(current_ == 1 && it2_ != it2_end_), internal_logic ());
}
// FIXME cannot compiler
// FIXME cannot compile
// iterator1 does not have these members!
BOOST_UBLAS_INLINE
const_iterator1 (const iterator1 &it):