From 1d2df214d99a6a0597119dfa0ce56be7f36b757a Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Mon, 23 Aug 2004 07:34:59 +0000 Subject: [PATCH] comment [SVN r24655] --- include/boost/numeric/ublas/config.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/numeric/ublas/config.hpp b/include/boost/numeric/ublas/config.hpp index ab2dff8d..a420e5f0 100644 --- a/include/boost/numeric/ublas/config.hpp +++ b/include/boost/numeric/ublas/config.hpp @@ -72,6 +72,7 @@ #define BOOST_UBLAS_NO_CMATH #endif +// We must disable element proxies as they require template partial specialisation #define BOOST_UBLAS_NO_ELEMENT_PROXIES // This seems to be a problem in boost.config, but won't be fixed.