mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-25 04:42:24 +00:00
FIX _reference closure_type is self_type
This commit is contained in:
@@ -44,7 +44,7 @@ namespace boost { namespace numeric { namespace ublas {
|
||||
typename E::reference>::type reference;
|
||||
typedef E refered_type;
|
||||
typedef const self_type const_closure_type;
|
||||
typedef const_closure_type closure_type;
|
||||
typedef self_type closure_type;
|
||||
typedef typename E::orientation_category orientation_category;
|
||||
typedef typename E::storage_category storage_category;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace boost { namespace numeric { namespace ublas {
|
||||
typename E::reference>::type reference;
|
||||
typedef E refered_type;
|
||||
typedef const self_type const_closure_type;
|
||||
typedef const_closure_type closure_type;
|
||||
typedef self_type closure_type;
|
||||
typedef typename E::storage_category storage_category;
|
||||
|
||||
// Construction and destruction
|
||||
|
||||
Reference in New Issue
Block a user