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
initializing struct member with function returning type alias gives c error with -prod (msvc): C2440: 'initializing': cannot convert from 'f32 *' to 'f32'
#917