2
0
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:
Michael Stevens
2006-04-05 08:34:47 +00:00
parent 10a934e340
commit e7063e9dfe

View File

@@ -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