Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat universal: add insert method to SmallString
fixes: ```shell -c /Users/runner/work/userver/userver/universal/src/logging/impl/formatters/tskv.cpp In file included from /Users/runner/work/userver/userver/universal/src/logging/impl/formatters/tskv.cpp:5: In file included from /opt/homebrew/include/fmt/chrono.h:23: In file included from /opt/homebrew/include/fmt/format.h:41: /opt/homebrew/include/fmt/base.h:2027:5: error: no member named 'insert' in 'userver::utils::SmallString<4096>' c.insert(c.end(), begin, end); ~ ^ /opt/homebrew/include/fmt/format.h:535:10: note: in instantiation of function template specialization 'fmt::detail::copy<char, const char *, std::back_insert_iterator<userver::utils::SmallString<4096>>, 0>' requested here return copy<OutChar>(begin, end, out); ``` ------------------------ Note: by creating a PR or an issue you automatically agree to the CLA. See [CONTRIBUTING.md](https://github.com/userver-framework/userver/blob/develop/CONTRIBUTING.md). Feel free to remove this note, the agreement holds. Tests: протестировано CI Pull Request resolved: #846 commit_hash:2f1034099fead100ba2f4f010a418fc2ce57c961