Skip to content

Replace MemoryEqualOperator_t<> with default equals operator #1438

@kammce

Description

@kammce

Feature Request

Remove the template class used to inherit equals operator as this makes the code more confusing to understand.

Detailed Description

Requires GCC 10 for this to work. The solution afterwards would be to simply do this as an example:

bool operator==(const PinSettings_t&) const = default;

Metadata

Metadata

Assignees

No one assigned

    Labels

    BuildIssue or feature in code compilation systemC++20Migration/modernization to C++20RefactorCall to refactor code base

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions