mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2026-01-14 08:56:21 +00:00
optimize order preservation (keep pointers to keys instead of copies); remove (unnecessary) prserveOrder flag from Stringifier::stringify()
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Poco {
|
||||
namespace JSON {
|
||||
|
||||
|
||||
void Stringifier::stringify(const Var& any, std::ostream& out, unsigned int indent, int step, bool preserveInsertionOrder)
|
||||
void Stringifier::stringify(const Var& any, std::ostream& out, unsigned int indent, int step)
|
||||
{
|
||||
if (step == -1) step = indent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user