mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-11-09 15:54:01 +01:00
Fix gcc compilation error in sortkeys
This commit is contained in:
@@ -26,7 +26,7 @@ struct NameComparator {
|
||||
};
|
||||
|
||||
int main() {
|
||||
Document d = Document(kObjectType);
|
||||
Document d(kObjectType);
|
||||
Document::AllocatorType &allocator = d.GetAllocator();
|
||||
|
||||
d.AddMember("zeta", Value().SetBool(false), allocator);
|
||||
|
||||
Reference in New Issue
Block a user