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

--- Comment #5 from [email protected] ---
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.

--

Reply via email to