2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-24 04:22:12 +00:00

BOUNDED_ALIGN

svn path=/trunk/boost/boost/numeric/ublas/; revision=24494
This commit is contained in:
Michael Stevens
2004-08-16 05:31:22 +00:00
parent 143fda1db1
commit d4e642e5e2

View File

@@ -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