Analog of hana::template_ for lifting non-type templates
invexed opened this issue · 2 comments
invexed commented
Is an analog of hana::template_
for lifting non-type templates within the scope of Boost.Hana? There is a naive implementation in my answer here.
ldionne commented
Yes, it is definitely in scope. It's simply that we don't currently use C++17 features, however we could/should.
invexed commented
I see. A while ago there was some talk about a Hana 2.0, with breaking changes. Is that still in the pipeline? If so, I imagine that would be a good time to incorporate the above?