https://issues.dlang.org/show_bug.cgi?id=12033

Basile-z <b2.t...@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.t...@gmx.com
         Resolution|---                         |INVALID

--- Comment #1 from Basile-z <b2.t...@gmx.com> ---
This stuff cant work. alignment can only works on real declaration, not
parameters. Also the .ptr address is controlled by the GC. The proper way to do
that is to use AlignedMallocator + makeArray.

--

Reply via email to