diff --git a/include/boost/numeric/ublas/config.hpp b/include/boost/numeric/ublas/config.hpp index b5f11923..a5e60297 100644 --- a/include/boost/numeric/ublas/config.hpp +++ b/include/boost/numeric/ublas/config.hpp @@ -146,8 +146,8 @@ // ICC sometimes needs qualified type names. //#define BOOST_UBLAS_QUALIFIED_TYPENAME -// ICC allows to use iterator_base_traits. -#define BOOST_UBLAS_USE_ITERATOR_BASE_TRAITS +// ICC memory usage and time grows with this enabled +//#define BOOST_UBLAS_USE_ITERATOR_BASE_TRAITS // Define swap for index_pair and triple. #if (BOOST_INTEL <= 800)