2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-27 17:32:09 +00:00

- added missing typedefs for difference type

- using BOOST_UBLAS_USE_ITERATING is still not working properly
This commit is contained in:
Gunter Winkler
2008-07-06 21:39:09 +00:00
parent 6c1188e866
commit 5743563208

View File

@@ -1424,6 +1424,7 @@ namespace boost { namespace numeric { namespace ublas {
typedef vector_scalar_unary<E, F> self_type;
public:
typedef typename F::result_type value_type;
typedef typename E::difference_type difference_type;
typedef const self_type const_closure_type;
typedef const_closure_type closure_type;
typedef unknown_storage_tag storage_category;
@@ -1555,6 +1556,7 @@ namespace boost { namespace numeric { namespace ublas {
public:
static const unsigned complexity = 1;
typedef typename F::result_type value_type;
typedef typename E1::difference_type difference_type;
typedef const self_type const_closure_type;
typedef const_closure_type closure_type;
typedef unknown_storage_tag storage_category;