http://d.puremagic.com/issues/show_bug.cgi?id=4311



--- Comment #2 from Simen Kjaeraas <simen.kja...@gmail.com> 2010-10-26 15:26:36 
PDT ---
(In reply to comment #1)
> Also, this works:
> 
> alias bar!( int, float ) baz;
> baz( 2, 3 );

Apparently, this either no longer works, or I was a bit drunk when I wrote it.
remove the 3, and things work:

alias bar!( int, float ) baz;
baz( 2 );

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to