Error about @disabled constructor when there is a custom one

Simen Kjaeraas simen.kjaras at gmail.com
Wed Jan 23 12:55:25 PST 2013


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


More information about the Digitalmars-d mailing list