mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2026-01-10 08:05:11 +01:00
actually store length in CZString
This commit is contained in:
@@ -164,7 +164,7 @@ private:
|
||||
duplicateOnCopy
|
||||
};
|
||||
CZString(ArrayIndex index);
|
||||
CZString(const char* cstr, DuplicationPolicy allocate);
|
||||
CZString(char const* cstr, unsigned length, DuplicationPolicy allocate);
|
||||
CZString(const CZString& other);
|
||||
~CZString();
|
||||
CZString& operator=(CZString other);
|
||||
|
||||
Reference in New Issue
Block a user