On 17/05/21 11:43 -0400, Patrick Palka via Libstdc++ wrote:
This makes the in-place constructor of our partial specialization of __box for already-semiregular types to use direct-non-list-initialization (in accordance with the specification of the primary template), and additionally makes its data() member function use std::__addressof.Tested on x86_64-pc-linux-gnu, does this look OK for 10/11/trunk?
Yes for all, thanks.