On 2013-01-22, 22:28, Jonathan M Davis wrote:
For the most part, static opCall solves the problem.
Add @disable this(); to make sure, though. Otherwise you're likely to forget
the parentheses somewhere, and have a bug. -- Simen
On 2013-01-22, 22:28, Jonathan M Davis wrote:
For the most part, static opCall solves the problem.
Add @disable this(); to make sure, though. Otherwise you're likely to forget
the parentheses somewhere, and have a bug. -- Simen