http://d.puremagic.com/issues/show_bug.cgi?id=5803
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Don <[email protected]> 2011-03-31 03:05:48 PDT --- One fairly big mistake in there: there seems to be confusion between StructLiteral and StructStaticInitializer. Foo z = { x: 7, y: 56}; is a struct static initializer, not a struct literal. Foo(7, 56); is a struct literal. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
