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
A member variable of a struct defined using auto must be a local variable since it needs an assignment to deduce its type. in theory local variables can be made visible in the pattern data window by using the [[export]] attribute. Define a simple structure with a local using auto and export has no effect. Switch it to a built in type and it shows.
The text was updated successfully, but these errors were encountered:
A member variable of a struct defined using auto must be a local variable since it needs an assignment to deduce its type. in theory local variables can be made visible in the pattern data window by using the [[export]] attribute. Define a simple structure with a local using auto and export has no effect. Switch it to a built in type and it shows.
The text was updated successfully, but these errors were encountered: