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
This makes it impossible to add standard operators like operator== to them, among other things.
The big issue is that DimensionLengths() returns a pointer to internal dim size data, and iterator classes and resize methods depend on that, making it a non-trivial refactor to fix.
The text was updated successfully, but these errors were encountered:
This makes it impossible to add standard operators like operator== to them, among other things.
The big issue is that DimensionLengths() returns a pointer to internal dim size data, and iterator classes and resize methods depend on that, making it a non-trivial refactor to fix.
The text was updated successfully, but these errors were encountered: