constexpr use_future_t() noexcept(noexcept(allocator_type()));
Effects: Constructs a use_future_t with a default-constructed allocator.
explicit use_future_t(const allocator_type& a) noexcept;
Postconditions: get_allocator() == a.