On Mon, Oct 1, 2018 at 5:00 PM Timon Gehr via Digitalmars-d <digitalmars-d@puremagic.com> wrote: > > On 02.10.2018 01:09, Manu wrote: > > Your entire example depends on escaping references. I think you missed > > the point? > > There was no 'scope' in the OP, and no, that is not sufficient either, > because scope is not transitive but shared is.
Surely `scope` must be transitive? How could it work otherwise?