mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Refactored the compact map notation, which made it easy to implement explicit keys for compact maps
This commit is contained in:
@@ -72,9 +72,6 @@ namespace YAML
|
||||
key.pMapStart = key.pIndent->pStartToken;
|
||||
key.pMapStart->status = Token::UNVERIFIED;
|
||||
}
|
||||
} else if(m_flows.top() == FLOW_SEQ) {
|
||||
key.pMapStart = PushToken(Token::FLOW_MAP_COMPACT);
|
||||
key.pMapStart->status = Token::UNVERIFIED;
|
||||
}
|
||||
|
||||
// then add the (now unverified) key
|
||||
|
Reference in New Issue
Block a user