On 01/06/14 19:04, Joseph Rushton Wakeling via Digitalmars-d-learn wrote:
Passing a regular array as the buffer doesn't cause any issues
In fact it seems to be a problem to pass any array other than a ubyte array; for example a ulong[] array is problematic. The problem vanishes if the -inline option is not used.