From 4f9275aa6b9a728da3e56dfacdb77577a2dbc14f Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Tue, 24 Aug 2004 06:20:57 +0000 Subject: [PATCH] Dropped VC7 workaround [SVN r24692] --- include/boost/numeric/ublas/matrix_sparse.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/numeric/ublas/matrix_sparse.hpp b/include/boost/numeric/ublas/matrix_sparse.hpp index 60a32571..288f0949 100644 --- a/include/boost/numeric/ublas/matrix_sparse.hpp +++ b/include/boost/numeric/ublas/matrix_sparse.hpp @@ -3829,10 +3829,6 @@ namespace boost { namespace numeric { namespace ublas { template class coordinate_matrix: public matrix_expression > { -#if defined(BOOST_MSVC) && BOOST_MSVC == 1300 - // Workaround VC7 inability to find index_array iterator operators in std::sort - index_triple_array::iterator instantiate_iterator_for_vc7; -#endif public: #ifndef BOOST_UBLAS_NO_PROXY_SHORTCUTS BOOST_UBLAS_USING matrix_expression >::operator ();