wxFormBuilder / ticpp

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

Use C++11's unique_ptr instead of auto_ptr #78

Closed jhasse closed 7 years ago

jhasse commented 7 years ago

Removes deprecation warnings with newer compilers.

jhasse commented 7 years ago

Ups, this is basically the same as #77, I overlooked it.

Btw: Would you be okay with moving this repository into the wxFormBuilder organization?

jhasse commented 7 years ago

Okay build server was failing because of missing -std=c++14 flag, now fixed :)

rjpcomputing commented 7 years ago

@jhasse

I moved the repo to wxFormBuilder

jhasse commented 7 years ago

Awesome, thank you! :)