"scope attribute" vs "scope keyword" vs "scope storage class"
Mike
none at none.com
Wed Feb 5 03:00:59 PST 2014
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
More information about the Digitalmars-d-learn
mailing list