Merged aliases branch into trunk, changes r100:150

This commit is contained in:
jbeder
2009-05-22 21:48:05 +00:00
parent 7297387015
commit 5abf31b991
13 changed files with 308 additions and 18 deletions

View File

@@ -55,6 +55,9 @@ namespace YAML
// and finally eat any doc ends we see
while(!m_pScanner->empty() && m_pScanner->peek().type == TT_DOC_END)
m_pScanner->pop();
// clear anchors from the scanner, which are no longer relevant
m_pScanner->ClearAnchors();
}
// ParseDirectives