Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: Don't create differently-typed copies of input in loops
This is prompted by 1f8101e. This approach should still be correct while hopefully not bothering any compilers *and* avoiding unnecessary copies or conversions until the input actually needs to be converted to a different type (in this case std::string_view, which is cheaper than std::string).
- Loading branch information