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

more conservative settings for ICC

svn path=/trunk/boost/boost/numeric/ublas/; revision=24412
This commit is contained in:
Michael Stevens
2004-08-11 15:14:52 +00:00
parent 0e4a8cbf37
commit dfd5cfbce9

View File

@@ -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)