Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid operands to binary expression #1381

Open
JHagemeister opened this issue Sep 14, 2018 · 0 comments
Open

invalid operands to binary expression #1381

JHagemeister opened this issue Sep 14, 2018 · 0 comments

Comments

@JHagemeister
Copy link

The compiler fails on

REQUIRE(option & flag);

with "error: no match for 'operator&' ". However, it works fine with REQUIRE((option & flag));

Possibly this is of interest?

  • Catch version: v2.0.1
  • Operating System: Centos7
  • Compiler+version: gcc 6.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant