summaryrefslogtreecommitdiff
path: root/boost/multi_array/multi_array_ref.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/multi_array/multi_array_ref.hpp')
-rw-r--r--boost/multi_array/multi_array_ref.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/boost/multi_array/multi_array_ref.hpp b/boost/multi_array/multi_array_ref.hpp
index 92e8fb4154..7c0fb038a6 100644
--- a/boost/multi_array/multi_array_ref.hpp
+++ b/boost/multi_array/multi_array_ref.hpp
@@ -225,11 +225,7 @@ public:
}
// see generate_array_view in base.hpp
-#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <int NDims>
-#else
- template <int NumDims, int NDims> // else ICE
-#endif // BOOST_MSVC
typename const_array_view<NDims>::type
operator[](const detail::multi_array::
index_gen<NumDims,NDims>& indices)
@@ -529,11 +525,7 @@ public:
// See note attached to generate_array_view in base.hpp
-#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <int NDims>
-#else
- template <int NumDims, int NDims> // else ICE
-#endif // BOOST_MSVC
typename array_view<NDims>::type
operator[](const detail::multi_array::
index_gen<NumDims,NDims>& indices) {
@@ -591,11 +583,7 @@ public:
}
// See note attached to generate_array_view in base.hpp
-#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <int NDims>
-#else
- template <int NumDims, int NDims> // else ICE
-#endif // BOOST_MSVC
typename const_array_view<NDims>::type
operator[](const detail::multi_array::
index_gen<NumDims,NDims>& indices)