On Sunday, 27 October 2013 at 15:49:00 UTC, David Nadlinger wrote:
What do we actually want to guarantee here? "Sufficient for any built-in type"?
It should guarantee the same as what malloc guarantees IMO:"The malloc() and calloc() functions return a pointer to the allocated memory that is suitably aligned for any kind of variable."
I see no reason to diverge from that.
