2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-23 16:12:09 +00:00

Dropped VC7 workaround

svn path=/trunk/boost/boost/numeric/ublas/; revision=24692
This commit is contained in:
Michael Stevens
2004-08-24 06:20:57 +00:00
parent c8f3f67211
commit eb8e72e040

View File

@@ -3829,10 +3829,6 @@ namespace boost { namespace numeric { namespace ublas {
template<class T, class F, std::size_t IB, class IA, class TA>
class coordinate_matrix:
public matrix_expression<coordinate_matrix<T, F, IB, IA, TA> > {
#if defined(BOOST_MSVC) && BOOST_MSVC == 1300
// Workaround VC7 inability to find index_array iterator operators in std::sort
index_triple_array<IA,IA,TA>::iterator instantiate_iterator_for_vc7;
#endif
public:
#ifndef BOOST_UBLAS_NO_PROXY_SHORTCUTS
BOOST_UBLAS_USING matrix_expression<coordinate_matrix<T, F, IB, IA, TA> >::operator ();