fizz icon indicating copy to clipboard operation
fizz copied to clipboard

cannot compile on monterey macos

Open sanruby77 opened this issue 1 year ago • 0 comments

class IdentityCert : public IdentityCertBase { public: explicit IdentityCert(std::string identity); ~IdentityCert() override = default;

std::string getIdentity() const override;

std::optionalstd::string getDER() const override;

private: std::string identity_; }; why the compiler complain the error "cannot use override for the std::optionalstd::string getDER() const override;"

sanruby77 avatar Nov 19 '24 00:11 sanruby77