Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat universal: add insert method to SmallString #846

Closed
wants to merge 2 commits into from

Conversation

fdr400
Copy link
Member

@fdr400 fdr400 commented Jan 30, 2025

fixes:

-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. Feel free to remove this note, the agreement holds.

@fdr400 fdr400 marked this pull request as ready for review January 30, 2025 14:00
@botanegg
Copy link
Contributor

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants