mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 03:42:19 +00:00
Typo fixed.
This commit is contained in:
@@ -301,7 +301,7 @@ namespace boost { namespace numeric { namespace ublas {
|
||||
|
||||
BOOST_UBLAS_INLINE
|
||||
const_reference operator [] (size_type i) const {
|
||||
rn (*this) (i);
|
||||
return (*this) (i);
|
||||
}
|
||||
BOOST_UBLAS_INLINE
|
||||
reference operator [] (size_type i) {
|
||||
|
||||
Reference in New Issue
Block a user