Fix build

This commit is contained in:
Eelco Dolstra 2019-10-21 17:49:16 +02:00
parent 0abb3ad537
commit d77970fde7

View file

@ -15,7 +15,7 @@ struct CmdHash : Command
bool truncate = false;
HashType ht = htSHA256;
std::vector<std::string> paths;
std::experimental::optional<std::string> modulus;
std::optional<std::string> modulus;
CmdHash(Mode mode) : mode(mode)
{