You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
liuq19
changed the title
proposal: friendly initialization for document or node.
proposal: friendly list initialization for document or node.
Mar 17, 2023
liuq19
changed the title
proposal: friendly list initialization for document or node.
Proposal: friendly list initialization for document or node.
Mar 17, 2023
A typo has been fixed and C++11 has supported list initialization. However, the main issue is how to differentiate between object and array types. For a example, doc{"a", 1} may be Array["a", 1] and Object{"a", 1}.
Now, initialization is complex as follows:
Can we use the c++11 initialization list:
The text was updated successfully, but these errors were encountered: