Le 24/02/15 16:23, Louis Dionne a écrit :
Vicente J. Botet Escriba
writes: [...] +1
While I appreciate the work on Hana, I believe a pure meta-programming (pure functional) C++11/C++14 library would make things easier.
What about enriching the Eric's library on a GSoC project?
Could you please elaborate on why you think it is better to have a pure type only metaprogramming library (if I understood correctly)? What you think is important as this could lead on improvements in Hana.
Either I expressed myself incorrectly or you miss-understood me. When I said easier I was thinking on a new library compared to a library that has to preserve MPL compatibility. BTW, I like a lot your library. However I don't think it would be easy to introduce its design on the C++ standard library. IMHO pure meta-programming additions should be easier to introduce. Of course, I can be wrong. Vicente