Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
genericvector: Add overloaded LoadDataFromFile
Several code locations call that method with a normal C string, so overload it to accept that without a conversion to a STRING object. This saves unneeded new / memcpy / delete operations. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information