-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add an example of using GENERATE(table()) #1963
Conversation
That's weird. It failed on the AMD 64 / Linux / Xenial COMPILER='clang++-3.8' EXAMPLES=1 COVERAGE=1 EXTRAS=1 run in Travis. This is the error compiling the example
I'm guessing that "cannot convert initializer list argument to |
At a glance, this is likely the same problem as described in Also please avoid tabs (CMakeLists.txt for examples) |
309ffea
to
1135dae
Compare
Thanks for the pointers. Hopefully this version will build on all targets ... |
Codecov Report
@@ Coverage Diff @@
## master #1963 +/- ##
=======================================
Coverage 88.59% 88.59%
=======================================
Files 138 138
Lines 5619 5619
=======================================
Hits 4978 4978
Misses 641 641 |
There are some examples on issue catchorg#850 of using this feature, but they are not easily found from the documentation. Adding them here as an example makes them more findable and ensures they keep working if the API changes.
Thank you for the merge! |
Both. Clang-format was just introduced, and I am still experimenting with the settings, so I sometimes override it manually. I also updated the contributing docs to mention clang-format. |
Description
There are some examples on issue #850 of using this feature, but they are not easily found from the documentation. Adding them here as an example makes them more findable and ensures they keep working if the API changes.
GitHub Issues