17namespace memory_recycling {
19namespace device_selection {
20template <
typename T,
size_t alignement>
25 T, boost::alignment::aligned_allocator<T, alignement>> {
31template <
typename T, std::size_t alignement,
32 std::enable_if_t<std::is_trivial<T>::value,
int> = 0>
34 T, boost::alignment::aligned_allocator<T, alignement>>;
36template <
typename T, std::size_t alignement,
37 std::enable_if_t<std::is_trivial<T>::value,
int> = 0>
39 T, boost::alignment::aligned_allocator<T, alignement>>;