mirror of
https://github.com/boostorg/multi_array.git
synced 2025-05-12 05:41:37 +00:00
centralized typedef.
[SVN r31921]
This commit is contained in:
parent
120eed3ff4
commit
b776b66525
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user