From d4e642e5e2d7ea4991778037e0bebde4f6abe6ae Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Mon, 16 Aug 2004 05:31:22 +0000 Subject: [PATCH] BOUNDED_ALIGN svn path=/trunk/boost/boost/numeric/ublas/; revision=24494 --- include/boost/numeric/ublas/storage.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/numeric/ublas/storage.hpp b/include/boost/numeric/ublas/storage.hpp index 06a607ab..cc6587fb 100644 --- a/include/boost/numeric/ublas/storage.hpp +++ b/include/boost/numeric/ublas/storage.hpp @@ -461,7 +461,7 @@ namespace boost { namespace numeric { namespace ublas { private: size_type size_; - BOOST_UBLAS_ALIGN_16 value_type data_ [N]; + BOOST_UBLAS_BOUNDED_ARRAY_ALIGN value_type data_ [N]; }; #ifdef BOOST_UBLAS_SIMPLE_ARRAY_ADAPTOR