Commit Graph

1 Commits

Author SHA1 Message Date
William S Fulton f11bffcb19 Variable setters for non-assignable types
Fix incorrect variable setters being generated when the type of the
variable is not assignable, due to variable type inheriting a private
assignment operator further up the inheritance chain (further up than
the immediate base).
2023-09-04 07:34:06 +01:00