mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Fixed bug with complex keys (and simplified the parsing for flow maps)
This commit is contained in:
@@ -182,9 +182,6 @@ namespace YAML
|
||||
// Value
|
||||
void Scanner::ScanValue()
|
||||
{
|
||||
// just in case we have an empty key
|
||||
InsertPotentialSimpleKey();
|
||||
|
||||
// and check that simple key
|
||||
bool isSimpleKey = VerifySimpleKey();
|
||||
|
||||
|
Reference in New Issue
Block a user