Added null

This commit is contained in:
beder 2012-05-22 17:55:17 -05:00
parent 0cceb316e6
commit d8950379ca

View File

@ -918,7 +918,10 @@ namespace YAML
if(!good())
return *this;
// TODO
PrepareNode(EmitterNodeType::Scalar);
m_stream << "~";
StartedScalar();
return *this;