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
Description:
This feature request is to be able to write FCFs that utilize outer variables.
Is this issue currently blocking your progress?
No, my workaround is by including a dummy variable in all of the functions, even though it is not used in 3/4 of them.
Code Sample
I want to be able to write the following code below without the following error being thrown: note: cannot capture proc 'multCriterion' because it refers to outer variables
Summary of Feature
Description:
This feature request is to be able to write FCFs that utilize outer variables.
Is this issue currently blocking your progress?
No, my workaround is by including a dummy variable in all of the functions, even though it is not used in 3/4 of them.
Code Sample
I want to be able to write the following code below without the following error being thrown:
note: cannot capture proc 'multCriterion' because it refers to outer variables
The text was updated successfully, but these errors were encountered: