We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fmt/include/fmt/format-inl.h
Line 545 in 0036a1d
void square() { basic_memory_buffer<bigit, bigits_capacity> n(std::move(bigits_)); int num_bigits = static_cast<int>(bigits_.size());
The text was updated successfully, but these errors were encountered:
Avoid use after move (#2278)
02896da
Good catch, thanks. This access happens to be benign but unnecessary - fixed in 02896da.
Sorry, something went wrong.
No branches or pull requests
fmt/include/fmt/format-inl.h
Line 545 in 0036a1d
The text was updated successfully, but these errors were encountered: