mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-27 19:10:24 +01:00
Fix compilation error
This commit is contained in:
@@ -848,8 +848,8 @@ private:
|
||||
|
||||
static const size_t kCount = 4;
|
||||
SchemaDocument* sd_[kCount];
|
||||
typename Document::AllocatorType documentAllocator_;
|
||||
typename SchemaDocument::AllocatorType schemaAllocator_;
|
||||
Document::AllocatorType documentAllocator_;
|
||||
SchemaDocument::AllocatorType schemaAllocator_;
|
||||
};
|
||||
|
||||
TEST(SchemaValidator, TestSuite) {
|
||||
|
||||
Reference in New Issue
Block a user