template <class Ret, class Alloc> struct uses_allocator<packaged_task<Ret>,Alloc>;
<future>
12
template <class Ret, class Alloc> struct uses_allocator<packaged_task<Ret>,Alloc> : true_type {};