We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The aim is for this to be possible:
CHECK(std::vector<int>{1, 2} == std::vector<int>{1, 3}); CHECK_THROWS_AS(throws(true), std::pair<int, int>);
for more info see this Catch issue
The text was updated successfully, but these errors were encountered:
Added support for un-parenthesized expressions containing commas in a…
07f027d
…sserts - fixed #58
fixing builds when exceptions are disabled but all asserts are used -…
be3bb14
… relates #58
f48d0fe
2aae425
No branches or pull requests
The aim is for this to be possible:
for more info see this Catch issue
The text was updated successfully, but these errors were encountered: