Skip to content

Suspected bug due to copy-pasted code in mbp_basic_tg.cpp #7292

@ustchcs-bugfinder

Description

@ustchcs-bugfinder

Same expression all_of(*c, is_false) is used for the true and false expressions.

                bool t = is_or ? any_of(*c, is_true) : all_of(*c, is_true);
                bool f = is_or ? all_of(*c, is_false) : all_of(*c, is_false); // <----- Bug on this Line
                                          // any_of??

bool f = is_or ? all_of(*c, is_false) : all_of(*c, is_false);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions