Closed WizardOfArc closed 6 years ago
Meanwhile, I'll look into what can be done with the varidac implementation.
one idea for doing union of variadic parameter of sets is to:
@farziengineer sorry I didn't see the hpp
file the first time around... I noticed that the signature in the .hpp file for max
and min
does not have const
in it, but the .cpp
file does. I'm making my change accordingly.... I also noticed that the header file does not have declarations for intersect and union of arity 2 - does that need to be in there?
No problem 🙂. Actually you are right, some function declaration are not there in .hpp files.#12
Hi please configure your email and username locally, otherwise your contributions won't be shown.
@farziengineer how do I do that? Set the config locally and then push again?
I do not think this would be a good idea. You can configure it now and your future commits would be shown on the profile. You can also search on Google if there is some workaround.
My friend helped me add my other committing email to my github account - so now it should be fine 😸
feedback is very welcome.
I'm thinking that instead of making the variadic case recursive, we could put each of the provided collections in a vector and do something around that... although keeping track of which collection had the minimum value in order to advance might be too much calculation 🤔