mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Merged aliases branch into trunk, changes r100:150
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user