std.concurrency: layout-dependent problem with sending structs

thedeemon dlang at thedeemon.com
Sat Mar 9 04:22:52 PST 2013


On Saturday, 9 March 2013 at 11:56:14 UTC, thedeemon wrote:
> struct Msg {
> 	string name;
> 	int sz;
> 	double progress;
> }

BTW if I change double to float everything works fine.


More information about the Digitalmars-d mailing list