fix crash for "C++ Builder" IDE

http://blog.csdn.net/gzliudan/article/details/45264201
This commit is contained in:
Dan Liu 2015-04-27 05:20:05 +01:00 committed by Christopher Dunn
parent f4ee48bc21
commit fcbab02e4a

View File

@ -211,7 +211,7 @@ private:
void swap(CZString& other);
struct StringStorage {
DuplicationPolicy policy_: 2;
unsigned policy_: 2;
unsigned length_: 30; // 1GB max
};