From 55c3dcf6239100038292d30882f64fdf03fe2abe Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Wed, 11 Aug 2004 08:07:37 +0000 Subject: [PATCH] Commented location of remove_reference used to avoid Ref to Ref problems --- include/boost/numeric/ublas/functional.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/numeric/ublas/functional.hpp b/include/boost/numeric/ublas/functional.hpp index b8727e80..a4fba292 100644 --- a/include/boost/numeric/ublas/functional.hpp +++ b/include/boost/numeric/ublas/functional.hpp @@ -171,6 +171,7 @@ namespace boost { namespace numeric { namespace ublas { template struct scalar_binary_assign_functor { + // Remove reference to avoid reference to reference problems typedef typename type_traits::type>::reference argument1_type; typedef typename type_traits::const_reference argument2_type; };