Skip to content

Enable C++17, and use 'standard' CMake features for doing so.

Johan Ouwerkerk requested to merge ouwerkerk/otpclient:use-c++17 into master

Precursor to fixing base32 decoding and having nice things.

(I want to use std::optional to signal decoding errors instead of the empty QByteArray which could be a valid value.)

Edited by Johan Ouwerkerk

Merge request reports