boostorg / yap

A C++14-and-later expression template library
https://boostorg.github.io/yap
Boost Software License 1.0
108 stars 28 forks source link

Add forward_element<>() for properly handling Hana tuple elements. #65

Open tzlaine opened 6 years ago

tzlaine commented 6 years ago

This should move an element if it is a non-const value; lvalue refs should of course remain lvalue refs as well.