Karl-Heinz Reichel
Karl-Heinz Reichel
Hi @leethomason I think you can close that issue as the StrPair::GetStr seems to work properly (as my unittests shows) ``` TEST(XmlStrPairTest, GetStrTest) { { char testString[] { " \0"}; tinyxml2::StrPair...
You forgot to add a delcaration item (which can be e.g. ). So your code should looks like: ``` void create_XML() { tinyxml2::XMLDocument *xmlDoc = new tinyxml2::XMLDocument; auto declaration =...
@ypujante , @alecjacobson as the link is working on 2022-01-02, this ticket could be closed?
I personally think that replacing the new / delete operations with malloc and free is a really bad idea. Maybe it would be helpful if you could describe the issues...