Skip to content

bump to cxx standard 17

Piyush Aggarwal requested to merge piyushaggarwal/kio-extras:std17 into master

Bump the c++ standard to C++17 to allow use of <filesystem> for handling permissions in kio-sftp backend

Currently the binary factory builds for windows apps using kio-extras are blocked due to unavailability of <filesystem>.

Merge request reports