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
kornilova203
changed the title
Do something about structs that are passed by value
Generate C wrappers for functions that pass structs by value
Jul 5, 2018
Scala code will not compile if there are structs that are passed by value.
Example:
This Scala code will not compile:
One possible solution - remove declarations that use structs by value.
Another - generate C code that converts struct to a pointer
The text was updated successfully, but these errors were encountered: