[Issue 13607] BigInt math not usable in @safe code

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Apr 26 11:45:08 PDT 2017


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

--- Comment #6 from hsteoh at quickfur.ath.cx ---
What should be done about the inline asm heavily used by the BigInt
implementation?  We could use the sledgehammer approach and slap @trusted on
all the inline asm code, but I'm a bit hesitant to do that.

--


More information about the Digitalmars-d-bugs mailing list