mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-25 17:02:42 +01: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