Remove initInt and initUInt until they are needed.

This commit is contained in:
Billy Donahue
2014-11-10 01:35:42 -05:00
parent 9c80798038
commit 8eb5d89db6
2 changed files with 40 additions and 101 deletions

View File

@@ -440,6 +440,8 @@ Json::Value obj_value(Json::objectValue); // {}
size_t getOffsetLimit() const;
private:
void initBasic(ValueType type, bool allocated = false);
Value& resolveReference(const char* key, bool isStatic);
#ifdef JSON_VALUE_USE_INTERNAL_MAP