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
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Although tinyxml supports handling CDATA, there seems to have been no way to
make use of it previously. The fix is pretty trivial; just a getter and setter
to access the tinyxml CDATA getter and setter.
Also included here are a couple of tweaks that I vaguely recall I added for
performance reasons (in TiXmlElement::CopyTo and TiXmlAttributeSet::Add).
Finally, there are two overloaded versions of ticpp::Base::FromString for
floats and double which recognize "inf", "-inf" and "nan" and use the
appropriate values from std::numeric_limits. Thee may not be suitable for
inclusion in library, but since I had them I thought that I might as well share
them.
Original issue reported on code.google.com by [email protected] on 2 Jul 2010 at 6:30
Original issue reported on code.google.com by
[email protected]
on 2 Jul 2010 at 6:30Attachments:
The text was updated successfully, but these errors were encountered: