mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-14 01:47:54 +08:00
fix crash for "C++ Builder" IDE
http://blog.csdn.net/gzliudan/article/details/45264201
This commit is contained in:
parent
f4ee48bc21
commit
fcbab02e4a
@ -211,7 +211,7 @@ private:
|
||||
void swap(CZString& other);
|
||||
|
||||
struct StringStorage {
|
||||
DuplicationPolicy policy_: 2;
|
||||
unsigned policy_: 2;
|
||||
unsigned length_: 30; // 1GB max
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user