mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-22 16:58:11 +08:00
gcc-4.6 (Travis CI) does not support
This commit is contained in:
@@ -961,6 +961,10 @@ int MyStreamWriter::write(Value const& root)
|
||||
}
|
||||
StreamWriter::Factory::~Factory()
|
||||
{}
|
||||
StreamWriterBuilder::StreamWriterBuilder()
|
||||
: cs_(StreamWriter::CommentStyle::All)
|
||||
, indentation_("\t")
|
||||
{}
|
||||
StreamWriter* StreamWriterBuilder::newStreamWriter(std::ostream* stream) const
|
||||
{
|
||||
std::string colonSymbol = " : ";
|
||||
|
Reference in New Issue
Block a user