Skip to content

Broken const-correctness in Frame class #9

@mkatliar

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.

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