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
I just had a closer look at this and LLAMA for now forbids types in its record dimension which are not trivially destructible. That makes sense, because who should run the destructor, if multiple (shallow) views are in place and blobs don't have type information.
LLAMA has an API
constructFields(view)
which runs the constructors of all fields. A counterpart to destructure all fields is missing though.The text was updated successfully, but these errors were encountered: