boostorg/hana

Analog of hana::template_ for lifting non-type templates

invexed opened this issue · 2 comments

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.

Yes, it is definitely in scope. It's simply that we don't currently use C++17 features, however we could/should.

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?