Open ldalessa opened 7 months ago
Describe the bug Kumi doesn't support an assignment from a tuple<int>& to a tuple<int&>, which prevents the use of kumi in some zip-like situations.
tuple<int>&
tuple<int&>
https://godbolt.org/z/qPPYf7j35
Describe the bug Kumi doesn't support an assignment from a
tuple<int>&
to atuple<int&>
, which prevents the use of kumi in some zip-like situations.https://godbolt.org/z/qPPYf7j35