2
0
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:
Michael Stevens
2005-09-01 15:22:52 +00:00
parent 1425cd8759
commit 0f77bbd34d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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