Browse Source
We don't need to force the usage of a std::string here, and can instead use a std::string_view, which allows writing out other forms of strings (e.g. C-style strings) without any unnecessary heap allocations.nce_cpp
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue