Destructor for cstringstream

This commit is contained in:
Daniel Hammer
2025-03-01 03:39:02 +04:00
parent 17d0bbf1bb
commit 4b366be053
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ namespace kcp {
public:
cstringstream();
~cstringstream();
cstringstream& operator<<(char c);
cstringstream& operator<<(char* str);