MikeDvorskiy

Results 35 issues of MikeDvorskiy

I am wondering whether we should apply std::move for each member in capture list hear and in similar places... It would require difference syntax with extra variable name, but it...

enhancement

Can we not write this ugly `decltype`? I hope CTAD should help us here. If __tranform_functor is an aggregate, let's write our deduction guide. What do you think? _Originally posted...

enhancement

I think its close, and there are some decent opportunities for short term improvement. In the long term, a one group version of this could be a big improvement for...

Can the expected data range be wrapped in a `Container` instead of a subrange to have matching return types? This is not essential, and it does not block the PR....