summaryrefslogtreecommitdiff
path: root/boost/multi_array/view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/multi_array/view.hpp')
-rw-r--r--boost/multi_array/view.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/boost/multi_array/view.hpp b/boost/multi_array/view.hpp
index d11e2604a2..59ac089ddd 100644
--- a/boost/multi_array/view.hpp
+++ b/boost/multi_array/view.hpp
@@ -135,11 +135,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 boost::detail::multi_array::
index_gen<NumDims,NDims>& indices)
@@ -346,11 +342,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 array_view<NDims>::type
operator[](const boost::detail::multi_array::
index_gen<NumDims,NDims>& indices) {
@@ -402,11 +394,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 boost::detail::multi_array::
index_gen<NumDims,NDims>& indices)