22 May
2017
22 May
'17
1:07 p.m.
On Mon, May 22, 2017 at 4:43 AM, Peter Dimov via Boost
Would anyone be so kind as to formally endorse mp11 as a candidate for Boost?
At first I thought "great, another metaprogramming library I won't understand." But then I read this: http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html Beautiful article, thank you so much for putting it together. It was easy to read, starting with a simple appealing example and then building on it stepwise to accomplish progressively larger and more impressive tasks. Tricks are explained plainly, I've already learned a technique or two. I especially like the tenfold optimization on instantiations. It certainly looks useful for Boost, and I appreciate that it is C++11 which means I can use it.