Remove TRefArray
This MR supersedes !110 (closed) and replaces TRefArray
with std::vector<TRef>
in all ojects. This solves issues seen when writing and reading files and should also be more safe when running with multiple processes.
This MR supersedes !110 (closed) and replaces TRefArray
with std::vector<TRef>
in all ojects. This solves issues seen when writing and reading files and should also be more safe when running with multiple processes.