fix: convention fix, performance improvement in kcp::cstringstream
This commit is contained in:
@@ -22,6 +22,7 @@ namespace kcp {
|
||||
class cstringstream {
|
||||
char* string;
|
||||
std::size_t size;
|
||||
std::size_t capacity;
|
||||
|
||||
base current_base = base::dec;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user