Closed yuzu-ogura closed 4 months ago
Here is my code: //This is my function, used to AppendNode Node newNode = node.append_child(); newNode |= ryml::MAP; newNode[ryml::to_csubstr(nodeName)] << nodeValue; first call result is : contacts:
//This is my function, used to AppendNode Node newNode = node.append_child(); newNode |= ryml::MAP; newNode[ryml::to_csubstr(nodeName)] << nodeValue;
second call result is : contacts:
Sorry, it's my fault. I have solved the problem.
Here is my code:
//This is my function, used to AppendNode Node newNode = node.append_child(); newNode |= ryml::MAP; newNode[ryml::to_csubstr(nodeName)] << nodeValue;
first call result is : contacts:second call result is : contacts: