proxy
proxy copied to clipboard
Proxy should support C++26 "trivially relocatability"
When proxiable_ptr_constraints::relocatability is set to constraint_level::trivial, proxy should be trivially relocatable.
It's awkward that we can't write trivially_relocatable_if_eligible(cond) yet...