gcc-4.6 (Travis CI) does not support

This commit is contained in:
Christopher Dunn
2015-01-26 11:17:42 -06:00
parent 999f5912f0
commit 7eca3b4e88
2 changed files with 8 additions and 2 deletions

View File

@@ -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 = " : ";