You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still trying to figure out exactly what is going on here, but it looks to be related to std::vector<bool>::operator*'s proxy object. If you change your lambda to take bool instead of auto the code works as expected.
It doesn't work, however with the default identity functionality of groupby(v), so I've got an issue there too.
Hi
I'm getting another strange behaviour:
yet
Is there a reason why it shouldn't work with bool ?
The text was updated successfully, but these errors were encountered: