Skip to content

cannot compile on monterey macos #151

@sanruby77

Description

@sanruby77

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;"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions