“Trivially relocatable” versus “trivially destructible after move”
Recently I discovered that besides the various libraries using P1144-style (or occasionally P2786-style) trivial relocatability, there are also at least two that use P1029R2-style “trivial destructibility after move.”
This blog post demonstrates the difference between is_trivially_relocatable
and is_trivially_destructible_after_move
.