From 1a895d30833d6a00263e4aa953c52f1ab8b3a052 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Thu, 2 Sep 2004 14:06:03 +0000 Subject: [PATCH] Pending new proxy shortcut syntax [SVN r24872] --- include/boost/numeric/ublas/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/numeric/ublas/config.hpp b/include/boost/numeric/ublas/config.hpp index 1b8bebbd..b093a731 100644 --- a/include/boost/numeric/ublas/config.hpp +++ b/include/boost/numeric/ublas/config.hpp @@ -282,7 +282,7 @@ bool disable_type_check::value = false; */ // Operator () is alreadly heavily over used. Use project member function for proxies -#define BOOST_UBLAS_NO_PROXY_SHORTCUTS +//#define BOOST_UBLAS_NO_PROXY_SHORTCUTS // In order to simplify debugging is is possible to simplify expression template // so they are restricted to a single operation