On Saturday, 11 January 2014 at 12:39:59 UTC, Iain Buclaw wrote:
On 11 January 2014 01:13, Mike <n...@none.com> wrote:
GDC doesn't catch the ambiguity between...
   static nothrow pure void Write(A...)(A a)
     and
   static nothrow pure void Write(in string text)
... but LDC does.

Who's right?

GDC is on 2.064.2, which uses a newer frontend than LDC.

So is difference in frontends the reason for the difference between the two compilers in this case?

Reply via email to