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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user