mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-23 10:28:11 +08:00
Merge branch 'master' into 0.y.z
- fix for "C++ Builder" IDE - Travis CI/AppVeyor - **cmake** tweak - fix memory leak in unit-test See #268 and #252.
This commit is contained in:
@@ -214,7 +214,7 @@ private:
|
||||
void swap(CZString& other);
|
||||
|
||||
struct StringStorage {
|
||||
DuplicationPolicy policy_: 2;
|
||||
unsigned policy_: 2;
|
||||
unsigned length_: 30; // 1GB max
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user