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

Make parameter buf of to_string const again. #4262

Conversation

sascha-devel
Copy link
Contributor

Fixes #4261 and makes the parameter of to_string(basic_memory_buffer<char, SIZE>& buf) const again.

@vitaut
Copy link
Contributor

vitaut commented Dec 11, 2024

Merged in 873670b, thanks.

@vitaut vitaut closed this Dec 11, 2024
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.

Is it intentional that the parameter of to_string(basic_memory_buffer<char, SIZE>& buf) is not const?
2 participants