On Fri Jun 13 15:35:53 2025 +0000, Piotr Caban wrote:
Can we change the test to call strstreambuf_doallocate instead? I think it would be cleaner this way.
Did you mean call `strstreambuf_doallocate` directly instead of `strstreambuf_overflow`? We can do that but I feel if we do that we can't rule out the possibility that `strstreambuf_overflow` may call `doallocate` multiple times. (i.e. `doallocate` does one `increase` increment, but `overflow` does multiple).