But what if scope is used with basic types like scope int x; What's the effect?
So scope for class references guarantees that the destructor is called
upon leaving the scope (why isn't this done automatically?).
- confused about scope storage class Trass3r
- Re: confused about scope storage class Jarrett Billingsley
- Re: confused about scope storage class Kagamin