Skip to content

Consider to make trivial methods and constructors 'constexpr' #3

@Alabuta

Description

@Alabuta

Consider to make trivial methods 'constexpr', e. g. replace this

bool operator==(Entity const& rhs) const { return id_ == rhs.id_; }

to

bool constexpr operator==(Entity const& rhs) const { return id_ == rhs.id_; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions