diff --git a/include/boost/numeric/ublas/vector.hpp b/include/boost/numeric/ublas/vector.hpp index 7c4e47ed..9778a9f8 100644 --- a/include/boost/numeric/ublas/vector.hpp +++ b/include/boost/numeric/ublas/vector.hpp @@ -989,6 +989,7 @@ namespace boost { namespace numeric { namespace ublas { typedef const T &const_reference; typedef T &reference; typedef const vector_reference const_closure_type; + typedef vector_reference closure_type; typedef dense_tag storage_category; // Construction and destruction