36#ifndef NEKTAR_LIB_LIBUTILITES_SIMDLIB_ALLOCATOR_H
37#define NEKTAR_LIB_LIBUTILITES_SIMDLIB_ALLOCATOR_H
40#include <boost/align/aligned_allocator.hpp>
48 typename =
typename std::enable_if<is_vector<T>::value>::type>
49using allocator = boost::alignment::aligned_allocator<T, T::alignment>;
boost::alignment::aligned_allocator< T, T::alignment > allocator