Skip to content

Broken const-correctness in Frame class #9

Description

@mkatliar

Frame::operator==(), Frame::operator!=(), and Frame::Frame(...) ctor which is supposed to be a copy-ctor take Frame& instead of Frame const&. This breaks const-correctness and does not allow to pass Frame const& to functions which should naturally accept it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions