
23 Oct
2012
23 Oct
'12
1:05 p.m.
On 10/22/12 07:26, Giovanni Piero Deretta wrote: [snip]
Now, to make this thread on-topic: is anybody working on a C++11 rewrite of Boost.MPL?
Anyone attempting such a rewrite and planning to use the variadic template features might want to start from: http://svn.boost.org/svn/boost/sandbox/variadic_templates/boost/mpl/ However, using variadic templates may cause a slowdown in the compile times. IIRC, a variadic template version of proto was developed but was abandoned in favor of using: http://www.boost.org/doc/libs/1_51_0/libs/preprocessor/doc/index.html because of large compile times. -regards, Larry