commit | 8eb5d89db60d6f9265a4ea1c86643b83f9d5114a | [log] [tgz] |
---|---|---|
author | Billy Donahue <billydonahue@google.com> | Mon Nov 10 01:35:42 2014 -0500 |
committer | Billy Donahue <billydonahue@google.com> | Mon Nov 10 01:35:42 2014 -0500 |
tree | 1ced5f51446a3af6b1fb6e19be7f256cfc9a45ab | |
parent | 9c80798038e571021b8289d73180d8d7ba3b1be0 [diff] [blame] |
Remove initInt and initUInt until they are needed.
diff --git a/include/json/value.h b/include/json/value.h index a60ca8f..197a856 100644 --- a/include/json/value.h +++ b/include/json/value.h
@@ -440,6 +440,8 @@ 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