embeddedmz / ftpclient-cpp

C++ client for making FTP requests
MIT License
211 stars 67 forks source link

Make it compilable with C++17 #43

Closed keineahnung2345 closed 1 year ago

keineahnung2345 commented 1 year ago

Ref: https://github.com/brofield/simpleini/pull/37

Btw, why not use simpleini as a submodule to avoid such copy paste?

embeddedmz commented 1 year ago

You can make this change and submit a pull request if you wish.