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
Some functions in filelib.h (e.g. readEntireFile) return a Vector<std::string>, which cannot be converted to a Vector<String>. Change these functions so that they return the updated types.
Some functions in
filelib.h(e.g.readEntireFile) return aVector<std::string>, which cannot be converted to aVector<String>. Change these functions so that they return the updated types.