Someone mentioned to me that scope declarations, e.g.
scope class A{}
or
scope A myNewObject;are being removed from the language. Is this true? If so, how will RAII-type classes be implemented?
Someone mentioned to me that scope declarations, e.g.
scope class A{}
or
scope A myNewObject;are being removed from the language. Is this true? If so, how will RAII-type classes be implemented?