mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-21 03:22:14 +00:00
needed for Mutable map_array
svn path=/trunk/boost/boost/numeric/ublas/; revision=24935
This commit is contained in:
@@ -52,7 +52,7 @@ namespace boost { namespace numeric { namespace ublas {
|
||||
|
||||
template<class I, class T, class ALLOC = std::allocator<std::pair<const I, T> > >
|
||||
class map_std;
|
||||
template<class I, class T, class ALLOC = std::allocator<std::pair<const I, T> > >
|
||||
template<class I, class T, class ALLOC = std::allocator<std::pair<I, T> > >
|
||||
class map_array;
|
||||
|
||||
struct vector_tag {};
|
||||
|
||||
Reference in New Issue
Block a user