jfalcou / kumi

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

Fix #77 - Adjust type computation of cat. #78

Closed jehelset closed 1 year ago

jehelset commented 1 year ago

Ensure that rvalue-ref elements of rvalue-tuples end up as rvalue-ref elements of the tuple cat.

The cat_element_t is very ugly, should be something niceer.

Closes #77.