mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-21 15:32:12 +00:00
fixme comment
[SVN r24921]
This commit is contained in:
@@ -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 ());
|
||||
|
||||
@@ -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 ());
|
||||
|
||||
Reference in New Issue
Block a user