Immutable Structs and std.concurrency
Timon Gehr
timon.gehr at gmx.ch
Thu Apr 19 14:33:46 PDT 2012
On 04/19/2012 11:11 PM, Jakob Ovrum wrote:
>
> Fixing std.concurrency entails fixing std.variant which entails fixing
> std.typecons.Rebindable by moving its functionality into the language
> where it belongs.
>
> https://github.com/D-Programming-Language/dmd/pull/3
>
> This one has been lurking around forever, I wish Walter would accept
> this patch already.
>
Unfortunately the patch is incomplete. (template parameter matching is
not implemented afaik and it does not work for structs)
More information about the Digitalmars-d-learn
mailing list