Skip to content

Use boolean | as binary operator between bools

Simon Praetorius requested to merge issue/boolean-operator-or into master

This MR fixes a compiler warning "warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]"

Merge request reports