[Issue 7102] std.numeric.gcd with BigInts too

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Apr 18 11:44:35 PDT 2017


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

--- Comment #5 from hsteoh at quickfur.ath.cx ---
To make matters worse, std.numeric.gcd has no sig constraints, so once you
import std.numeric.gcd, you cannot even define a BigInt specialization of gcd
in your own code without causing a conflict in the overload set. Unless you do
a static import or any of the other ways of working around the symbol conflict.

--


More information about the Digitalmars-d-bugs mailing list