]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/numeric/ublas/storage_sparse.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / numeric / ublas / storage_sparse.hpp
index f87685c796f1babd02946f88dedb302b0a95be96..eae3bc58fddf08198c313a087572f9dce26c36e0 100644 (file)
@@ -214,8 +214,8 @@ namespace boost { namespace numeric { namespace ublas {
     class map_array {
     public:
         typedef ALLOC allocator_type;
-        typedef typename ALLOC::size_type size_type;
-        typedef typename ALLOC::difference_type difference_type;
+        typedef typename boost::allocator_size_type<ALLOC>::type size_type;
+        typedef typename boost::allocator_difference_type<ALLOC>::type difference_type;
         typedef std::pair<I,T> value_type;
         typedef I key_type;
         typedef T mapped_type;