http://d.puremagic.com/issues/show_bug.cgi?id=2427
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #2 from [EMAIL PROTECTED] 2008-10-26 04:41 -------
The { } initializers for structs are for statically initialized data only. To
use a dynamic initializer,
S s = S( foo(i) );
--
