-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Within the SettingConfig class, adding a new setting to a config object requires an already initialized variable to be used in order for a pointer to be established to that variable within SettingInfo. This can pose issues in the case that a config is used out of scope from where settings were added. A possible solution is to create a deep copy of those variables inside the config rather than establishing a pointer to the initialized variables.
Metadata
Metadata
Assignees
Labels
No labels