https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121946
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Marc Glisse from comment #2) > __is_bitwise_relocatable currently defaults to __is_trivial, I think there > is already an issue about replacing that with a weaker test, We should be able to use trivially destructible and trivially copyable, we don't need to care about a trivial default constructor (which is required for __is_trivial).
