Merged aliases branch into trunk, changes r100:150

This commit is contained in:
Jesse Beder
2009-05-22 21:48:05 +00:00
parent 9d0e0c6a48
commit b3a5a519f2
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