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