mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Switched operator[] access to node reference equality, not node equality
This commit is contained in:
@@ -20,5 +20,9 @@ int main()
|
||||
names[4] = "four";
|
||||
value["names"] = names;
|
||||
|
||||
value["this"] = value;
|
||||
value["this"]["change"] = value;
|
||||
value["this"]["change"] = 5;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user