On Friday, 26 April 2019 at 15:48:51 UTC, Ron Tarrant wrote:
On Thursday, 25 April 2019 at 20:38:31 UTC, Mike Parker wrote:
If you compile with -m32 on Windows the error goes away.

Not trying to be a <clever donkey> but it also works with -m64 on Windows.

Yes, thanks. That's a typo. -m32, where size_t is uint, is the default. In -m64, size_t is ulong.

Reply via email to