GH #118: JSON::Object::stringify endless loop

This commit is contained in:
aleks-f
2013-03-06 21:21:40 -06:00
parent dc5c8c87da
commit 727e3cd28d
7 changed files with 50 additions and 53 deletions

View File

@@ -146,6 +146,7 @@ public:
/// Removes the property with the given key
private:
//TODO: unordered map
typedef std::map<std::string, Dynamic::Var> ValueMap;
ValueMap _values;
};