`shared`...

Walter Bright newshound2 at digitalmars.com
Thu Oct 4 01:18:48 UTC 2018


On 10/3/2018 1:33 AM, Atila Neves wrote:
> I'm confused. Given how the lifetimes of aggregates are defined in DIP1000, and 
> also given that I tried to escape members of a struct when I wrote fearless and 
> the compiler didn't let me, I'm trying to understand in what situation scope 
> doesn't apply transitively.

for 'scope T**' the scope applies to the T**, but not to the T*.


More information about the Digitalmars-d mailing list