From b776b66525caf6b1b5ce07cbe96e8ab4d16d9c4c Mon Sep 17 00:00:00 2001 From: Ronald Garcia Date: Mon, 5 Dec 2005 19:58:16 +0000 Subject: [PATCH] centralized typedef. [SVN r31921] --- include/boost/multi_array/index_gen.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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