centralized typedef.

[SVN r31921]
This commit is contained in:
Ronald Garcia 2005-12-05 19:58:16 +00:00
parent 120eed3ff4
commit b776b66525

View File

@ -29,7 +29,7 @@ template <int NumRanges, int NumDims>
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<Index,SizeType> range;
public:
template <int Dims, int Ranges>