But we might have specialization by provisional and ad-hoc means as a crutch. We already have std::intrinsics::needs_drop
, we could also have an intrinsic to tell if a type is Copy
, so this is very far from impossible.
But we might have specialization by provisional and ad-hoc means as a crutch. We already have std::intrinsics::needs_drop
, we could also have an intrinsic to tell if a type is Copy
, so this is very far from impossible.