2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 03:22:14 +00:00

Dropped VC7 workaround

[SVN r24692]
This commit is contained in:
Michael Stevens
2004-08-24 06:20:57 +00:00
parent 84dcad7ba2
commit 4f9275aa6b

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 ();