libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
532 stars 304 forks source link

Modernize C++ (>=14) #202

Open OznOg opened 2 years ago

OznOg commented 2 years ago

Using modern C++ features (smart pointer, delegating constructors, auto, etc...) could make the code more robust and readable (less code)

What about moving to c++14 and above?

AiXanadu commented 2 years ago

I don't think your proposal will pass :)