You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Types, functions, namespaces, etc. are all 'special' in that it doesn't make sense for their lifetime to be bound to their scopes. Instead it makes more sense for them to be reference counted or otherwise garbage collected, unlike 'normal' objects in the language which will almost all be RAII-based.
The text was updated successfully, but these errors were encountered:
Types, functions, namespaces, etc. are all 'special' in that it doesn't make sense for their lifetime to be bound to their scopes. Instead it makes more sense for them to be reference counted or otherwise garbage collected, unlike 'normal' objects in the language which will almost all be RAII-based.
The text was updated successfully, but these errors were encountered: