mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-21 03:22:14 +00:00
FIX define closure_type for scalar_
[SVN r33549]
This commit is contained in:
@@ -989,6 +989,7 @@ namespace boost { namespace numeric { namespace ublas {
|
||||
typedef const T &const_reference;
|
||||
typedef T &reference;
|
||||
typedef const vector_reference<const self_type> const_closure_type;
|
||||
typedef vector_reference<self_type> closure_type;
|
||||
typedef dense_tag storage_category;
|
||||
|
||||
// Construction and destruction
|
||||
|
||||
Reference in New Issue
Block a user