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
The sub_group class does not contain any field, all calls to it's methods are replaced by built-in calls. Hence - there is no sense to use the instance of sub_group somewhere other than where it was instantiated.
As I know there is an idea to add a restriction to the specification regarding this.
The text was updated successfully, but these errors were encountered:
write to memory then read back to a different work item, if you use that object, does not matter where it was constructed, always get back info about the calling work item
intent was to allow behaviour where everything just wraps
today they are all by value
The sub_group class does not contain any field, all calls to it's methods are replaced by built-in calls. Hence - there is no sense to use the instance of sub_group somewhere other than where it was instantiated.
As I know there is an idea to add a restriction to the specification regarding this.
The text was updated successfully, but these errors were encountered: