19 Feb
2015
19 Feb
'15
2:39 p.m.
Le 13/02/15 18:03, pfultz2 a écrit :
I believe however that some people were interested in doing a new C++11 version of MPL. I think the problem is that every year or so someone finds a new fancy way to do meta-programming with the latest C++ features, with noble goals of unifying MPL and Fusion, so most of these rewrites end up as experiments rather than stable libraries. I think Eric Niebler's meta library is good start for a modern MPL library, and it doesn't try to unify MPL and Fusion.
+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? Vicente