signbit question

ashit axar www.ashit.axar at gmail.com
Fri Mar 16 07:00:36 UTC 2018


On Thursday, 15 March 2018 at 17:30:48 UTC, Seb wrote:

> They generate the same assembly: https://godbolt.org/g/4ohTJx

import std.stdio;

void main()
{
     writeln("hello");
}


this generate error for dmd there.


More information about the Digitalmars-d-learn mailing list