diff --git a/include/boost/multi_array/index_gen.hpp b/include/boost/multi_array/index_gen.hpp index 78b649a..e624222 100644 --- a/include/boost/multi_array/index_gen.hpp +++ b/include/boost/multi_array/index_gen.hpp @@ -29,7 +29,7 @@ template struct index_gen { private: typedef ::boost::detail::multi_array::index Index; - typedef std::size_t SizeType; + typedef ::boost::detail::multi_array::size_type SizeType; typedef index_range range; public: template