2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 15:52:18 +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 c0f18c78f0
commit bbd2edda6b

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