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
Just looking at the serialization code in sdf.h, I spot a few problems:
the base class DataFile does not declare anything as virtual. Is this intended?
My use case: I just store an arbitrary, ad-hoc unknown number of CTensors. So in principle, it would be useful to somehow get information about when you reached the end of the file. That is complicated with the current code.
The text was updated successfully, but these errors were encountered:
Just looking at the serialization code in sdf.h, I spot a few problems:
The text was updated successfully, but these errors were encountered: