On Friday, 27 July 2012 at 00:25:49 UTC, Jonathan M Davis wrote: > > scope on local variables is going to be deprecated, because > it's unsafe. Um...could you explain why? I thought scope on locals was a really nice feature. I was looking forward to making use of it for deterministic resource deallocation. Besides, if scope(exit) is still allowed, how is that any different?