Skip to content

Make parameter buf of to_string const again.#4262

Closed
sascha-devel wants to merge 1 commit intofmtlib:masterfrom
sascha-devel:Restore_constness_of_parameter_of_to_string
Closed

Make parameter buf of to_string const again.#4262
sascha-devel wants to merge 1 commit intofmtlib:masterfrom
sascha-devel:Restore_constness_of_parameter_of_to_string

Conversation

@sascha-devel
Copy link
Copy Markdown
Contributor

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

@vitaut
Copy link
Copy Markdown
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