From 31ce5aee40974383d87380efe10b94f1cebfa2d7 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Wed, 17 May 2006 16:43:19 +0000 Subject: [PATCH] uBLAS FIX corrected basic_full::packed_size interface. Thanks to Hidekaz Ikeno [SVN r33985] --- include/boost/numeric/ublas/functional.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/numeric/ublas/functional.hpp b/include/boost/numeric/ublas/functional.hpp index d3885dfc..f321b41e 100644 --- a/include/boost/numeric/ublas/functional.hpp +++ b/include/boost/numeric/ublas/functional.hpp @@ -1750,7 +1750,7 @@ namespace boost { namespace numeric { namespace ublas { template static BOOST_UBLAS_INLINE - size_type packed_size (size_type size1, size_type size2) { + size_type packed_size (L, size_type size1, size_type size2) { return L::storage_size (size1, size2); }