Some functions should be returning std::string instead of const char*. This commit changes that.
Backport of core PR19004.
Differential D9124
refactor: Replace const char* to std::string Fabien on Feb 1 2021, 15:10. Authored by Tags None Subscribers None
Details
Some functions should be returning std::string instead of const char*. This commit changes that. Backport of core PR19004. ninja all check-all
Diff Detail
|