Patch from Matthias Troyer.

[SVN r18221]
This commit is contained in:
Ronald Garcia
2003-04-09 13:58:41 +00:00
parent 73698a7bc2
commit 434d47eee0

View File

@@ -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: