invalid operands to binary expression
Open
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.