Skip to content

Consider to make trivial methods and constructors 'noexcept'  #2

@Alabuta

Description

@Alabuta

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

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

to

bool operator==(Entity const& rhs) const noexcept { 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