C++ Logo

std-proposals

Advanced search

[std-proposals] Detecting bitwise trivially relocatable types

From: Giuseppe D'Angelo <giuseppe.dangelo_at_[hidden]>
Date: Wed, 2 Jul 2025 16:58:57 +0200
Hi,

I plan to submit

https://isocpp.org/files/papers/D3780R0.html

in the next mailing. It's about a type trait to detect bitwise trivial
relocability. This detection has (IMHO) huge applicability and also
offers a direct upgrade path for libraries that today have their
in-house definition of "trivial relocation" likely meaning "bitwise",
and want to avoid possible surprises if they just switch to C++26's
definition of TR.

Any comment is very much appreciated.

Thank you,
--
Giuseppe D'Angelo

Received on 2025-07-02 14:59:01