fix: convention fix, performance improvement in kcp::cstringstream

This commit is contained in:
2026-06-19 18:37:19 +02:00
parent d68dd6979d
commit 820b908b80
3 changed files with 26 additions and 13 deletions
+1
View File
@@ -22,6 +22,7 @@ namespace kcp {
class cstringstream {
char* string;
std::size_t size;
std::size_t capacity;
base current_base = base::dec;