mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-20 14:02:38 +02:00
GH #118: JSON::Object::stringify endless loop
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user