Convert various uses of `const char *` to `compat::StringView`
Also replace some uses of arrays manually allocated with new/delete with uses of `std::vector`.
Showing
Please register or sign in to comment
Also replace some uses of arrays manually allocated with new/delete with uses of `std::vector`.