16 Feb
2018
16 Feb
'18
8:13 p.m.
On Fri, Feb 16, 2018 at 11:41 AM, paul via Boost
User most likely want to use hana, but they can't since they need to support MSVC or gcc 5.
Zach has seemed to show an interest in maintaining a MSVC or C++11 version if it were contributed, but I dont see how that is possible with Hana in the interface. Any such contribution would break API compatibility or would require maintaining two API which seems worse.
For that to work, I would expect to switch over to std::tuple in the interface. Zach