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

Follow suit/Catch in using operator<= instead of operator->* for expression decomposer #14

Closed
martinmoene opened this issue Jul 20, 2015 · 0 comments

Comments

@martinmoene
Copy link
Owner

Relevant commit: catchorg/Catch2@8cc1108

martinmoene added a commit that referenced this issue Jul 22, 2015


This enables the use of *, /, %, + and - at the LHS of expressions used in assertion macros, e.g. EXPECT( 1 + 2 == 3 )

See also discussion at
- Catch commit: Use <= operator instead of ->* for decomposer,
  catchorg/Catch2@8cc1108 and issues mentioned there:
- Catch issue #359, catchorg/Catch2#359
- Catch issue #393, catchorg/Catch2#393
- Catch issue #247, catchorg/Catch2#247
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant