2
0
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:
Michael Stevens
2004-09-06 10:57:43 +00:00
parent 501baa43e3
commit d8ae012683

View File

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