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

Basile-z <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Basile-z <[email protected]> ---
This could definitively be done for next point release.

The problem seems simple to fix. Apparently it's related to the trailing tuple
template parameter `Params...`, the compiler does not accept that its length is
equal to 0...I'm 90% sure it's a problem of lowering, meaning that 

   `A(3).test()`

is not rewritten 

  `A(3).opDispatch!("test")()`

properly.

--

Reply via email to