Fixed when we emit the doc start (only if there already is a document in the stream, and we're about to emit a new node)

This commit is contained in:
Jesse Beder
2012-05-22 12:37:00 -05:00
parent 0814813302
commit eef692d7b2
4 changed files with 17 additions and 8 deletions

View File

@@ -160,6 +160,7 @@ namespace YAML
bool m_hasAnchor;
bool m_hasTag;
bool m_hasNonContent;
std::size_t m_docCount;
};
template <typename T>