So scope for class references guarantees that the destructor is called upon leaving the scope (why isn't this done automatically?).

But what if scope is used with basic types like scope int x;
What's the effect?

Reply via email to