This article (http://dlang.org/memory.html#raii) mentions a "scope attribute".

The following section (http://dlang.org/memory.html#stackclass) mentions a "scope storage class".

This deprecated list (http://dlang.org/deprecate.html#scope%20for%20allocating%20classes%20on%20the%20stack) states that the "scope keyword" has been deprecated.

Are all these terms ("scope attribute", "scope keyword", and "scope storage class") referring to the same thing?

Mike

Reply via email to