structure alignment

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jul 12 08:08:29 PDT 2016


On Tuesday, 12 July 2016 at 14:54:25 UTC, Adam Sansier wrote:
> Um, because that's the way they were defined! So your telling 
> me that D is going to make me mark every member align(n) when 
> C++ has a global pragma align that does it for all in the scope?

This is trivial, just add it to the bindings.

:s/struct \(.*\) {/struct \1 {\ralign(1):




More information about the Digitalmars-d-learn mailing list