wxFormBuilder / ticpp

This project is obsolete. TinyXML-2 offers a very similar C++ interface.
MIT License
92 stars 34 forks source link

Changed code to use unique_ptr instead of auto_ptr #77

Closed beached closed 7 years ago

beached commented 7 years ago

In the codebase I am looking at this change worked. But this got rid of a tonne of warning and mostly they have the same semantics, minus copy/move construction/assignment

jhasse commented 7 years ago

Thanks for the PR, I'm sorry that I've missed it and did the work again.

If you think I forgot something in #78 please let me know :)