"TMP is dead, long live constexpr!!", Scott Meyers' book, group exercise

Details
TMP is dead, long live constexpr!! - Earlier this year, it was surmised that with the addition of the constexpr feature (https://isocpp.org/files/papers/N3652.html) in C++14, there is no longer a need for Template Metaprogramming. This blog can be found here:
http://frasnian.blogspot.com.br/2015/02/euler-zero-doa.html
At our next meeting we will discuss this.
Scott Meyers - We will discuss some more recommendations for moving to C++ 11/14 from this author's latest book "Effective Modern C++". Specifically, we will discuss constexpr (a good segue from the previous topic) and making const member functions thread safe.
Group exercise - We started a group exercise from exercism.io. From the initial work, we discussed how/why to initialize a lambda at compile time that we want to include into our project. We will review the progress that we made, make improvements as necessary and hopefully finish, then submit.
Have a very Merry Christmas and a Happy New Year!! See everyone on the 6th!
Thank you,
Gina

"TMP is dead, long live constexpr!!", Scott Meyers' book, group exercise