Replies: 1 comment
-
addressed in the PR #299. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
The subscription operator of the basic_node class, as a convention in STL, doesn't check its own size or a key existence if an object is a container node.
This may lead to an invalid access exception or unwanted creation of a default key-value pair, which is warned in the docs already though.
Such an issue can be avoided by introducing at() API.
Beta Was this translation helpful? Give feedback.
All reactions