http://d.puremagic.com/issues/show_bug.cgi?id=1528
Simen Kjaeraas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Simen Kjaeraas <[email protected]> 2012-08-25 05:53:56 PDT --- This bug causes problems with @disabled default constructors. Given: struct Foo { @disable this(); this( T )( T a ) { } } This bug triggers. Given instead: struct Bar { @disable this( )( ); this( T )( T a ) { } } The default constructor is not disabled. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
