-
Notifications
You must be signed in to change notification settings - Fork 15
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 a test of multi-in with single-in decoration #734
Conversation
Thank you, @hham ! This is awesome. |
Sure. |
314879a
to
18e4dcb
Compare
So this is still broken on clang, but somehow works with gcc? If I instantiate [&f_called](float& out) { out = ++f_called; } before the multi-decoration, somehow the test passes. |
That is very strange indeed, a good finding too--should help me track this one down once I get some time to work on it. |
ab7434e
to
3fc218c
Compare
3fc218c
to
3148305
Compare
@jdonald would you mind merging this one? |
Works fine on Unit tests on my Mac. |
I double-checked that the test as originally written by Hyoung (floating-point variable and all), now passes on clang. |
Add a test of multi-in with single-in decoration
This PR add a test of AutoFilter with multi-in and single-in to show that a filter with multi-in and single-in is not allowed for now.