jfalcou / kumi

C++20 Compact Tuple Tools
https://jfalcou.github.io/kumi/
Boost Software License 1.0
47 stars 7 forks source link

Incompatibility with std::tuple in `tuple<int&>` assignments #87

Open ldalessa opened 7 months ago

ldalessa commented 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.

https://godbolt.org/z/qPPYf7j35