Re: function core.checkedint.muls cannot inline function

2016-08-02 Thread Etranger via Digitalmars-d-learn
On Tuesday, 2 August 2016 at 18:32:42 UTC, Steven Schveighoffer wrote: On 8/2/16 2:09 PM, Etranger wrote: Hi, I'm trying to use the module core.checkedint, but I have a problem and I don't know if it is a bug or me. This simple program compiles well in debug mode with dmd, but give me an e

Re: function core.checkedint.muls cannot inline function

2016-08-02 Thread Steven Schveighoffer via Digitalmars-d-learn
On 8/2/16 2:09 PM, Etranger wrote: Hi, I'm trying to use the module core.checkedint, but I have a problem and I don't know if it is a bug or me. This simple program compiles well in debug mode with dmd, but give me an error when I compile in release mode: Error: function core.checkedint.muls ca