mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Refactored the compact map notation, which made it easy to implement explicit keys for compact maps
This commit is contained in:
@@ -104,7 +104,7 @@ namespace YAML
|
||||
break;
|
||||
case Token::FLOW_MAP_START:
|
||||
case Token::BLOCK_MAP_START:
|
||||
case Token::FLOW_MAP_COMPACT:
|
||||
case Token::KEY:
|
||||
m_pContent = new Map;
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user