D 2015/2016 Vision?

Meta via Digitalmars-d digitalmars-d at puremagic.com
Mon Oct 5 15:48:35 PDT 2015


On Monday, 5 October 2015 at 21:29:20 UTC, Namespace wrote:
> But you can simply relinquish alias this and use opDispatch. 
> Problem solved.

There is std.typecons.Proxy which may do the trick. It provides 
forwarding while disallowing implicit conversion. It might make 
sense to reimplement `scoped` in terms of Proxy, I don't know.


More information about the Digitalmars-d mailing list