mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Added null
This commit is contained in:
@@ -918,7 +918,10 @@ namespace YAML
|
||||
if(!good())
|
||||
return *this;
|
||||
|
||||
// TODO
|
||||
PrepareNode(EmitterNodeType::Scalar);
|
||||
|
||||
m_stream << "~";
|
||||
|
||||
StartedScalar();
|
||||
|
||||
return *this;
|
||||
|
Reference in New Issue
Block a user