Closed feverzsj closed 8 months ago
Hi, yes seems like it. Could you provide the specialization through a PR?
A specialization for the class function in fu2::detail
should be sufficient:
template <typename Config, bool IsThrowing, bool HasStrongExceptGuarantee,
typename... Args>
class function<Config, property<IsThrowing, HasStrongExceptGuarantee, Args...>>
@Naios
uses-allocator construction
Seems all it needed is specializing
std::uses_allocator<T, Alloc>
.