mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 15:52:18 +00:00
FIX missing return in map_capacity
This commit is contained in:
@@ -546,7 +546,7 @@ namespace boost { namespace numeric { namespace ublas {
|
||||
template<class I, class T, class ALLOC>
|
||||
BOOST_UBLAS_INLINE
|
||||
typename map_array<I, T, ALLOC>::size_type map_capacity (map_array<I, T, ALLOC> &m) {
|
||||
m.capacity ();
|
||||
return m.capacity ();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user