From 434d47eee0dcc5577ea201b814f8705959c9891c Mon Sep 17 00:00:00 2001 From: Ronald Garcia Date: Wed, 9 Apr 2003 13:58:41 +0000 Subject: [PATCH] Patch from Matthias Troyer. [SVN r18221] --- 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 0b73429..6e10202 100644 --- a/include/boost/multi_array/index_gen.hpp +++ b/include/boost/multi_array/index_gen.hpp @@ -28,7 +28,7 @@ namespace multi_array { template struct index_gen { private: - typedef index Index; + typedef ::boost::detail::multi_array::index Index; typedef std::size_t SizeType; typedef index_range range; public: