mirror of
https://github.com/boostorg/multi_array.git
synced 2026-02-02 09:02:09 +00:00
Patch from Matthias Troyer.
[SVN r18221]
This commit is contained in:
@@ -28,7 +28,7 @@ namespace multi_array {
|
||||
template <int NumRanges, int NumDims>
|
||||
struct index_gen {
|
||||
private:
|
||||
typedef index Index;
|
||||
typedef ::boost::detail::multi_array::index Index;
|
||||
typedef std::size_t SizeType;
|
||||
typedef index_range<Index,SizeType> range;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user