mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Added ability to read compact maps in a flow sequence
This commit is contained in:
@@ -97,6 +97,7 @@ namespace YAML
|
||||
break;
|
||||
case Token::FLOW_MAP_START:
|
||||
case Token::BLOCK_MAP_START:
|
||||
case Token::FLOW_MAP_COMPACT:
|
||||
m_pContent = new Map;
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user