2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 15:52:18 +00:00

fixme comment

This commit is contained in:
Michael Stevens
2004-09-05 12:24:36 +00:00
parent 90d3d3be2d
commit 6216cb78bd
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ namespace boost { namespace numeric { namespace ublas {
typedef typename M::size_type size_type;
typedef typename M::difference_type difference_type;
typedef typename M::value_type value_type;
// FIXME unbounded_array with push_back maybe better
std::vector<std::pair<size_type, size_type> > index;
typename M::iterator1 it1 (m.begin1 ());
typename M::iterator1 it1_end (m.end1 ());

View File

@@ -51,6 +51,7 @@ namespace boost { namespace numeric { namespace ublas {
typedef typename V::size_type size_type;
typedef typename V::difference_type difference_type;
typedef typename V::value_type value_type;
// FIXME unbounded_array with push_back maybe better
std::vector<size_type> index;
typename V::iterator it (v.begin ());
typename V::iterator it_end (v.end ());