mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
fixed #592: Incorrect format string in Poco::Dynamic::Struct
This commit is contained in:
@@ -542,6 +542,7 @@ private:
|
||||
static Var parseObject(const std::string& val, std::string::size_type& pos);
|
||||
static Var parseArray(const std::string& val, std::string::size_type& pos);
|
||||
static std::string parseString(const std::string& val, std::string::size_type& pos);
|
||||
static std::string parseJSONString(const std::string& val, std::string::size_type& pos);
|
||||
static void skipWhiteSpace(const std::string& val, std::string::size_type& pos);
|
||||
|
||||
template <typename T>
|
||||
|
Reference in New Issue
Block a user