18 Mar
2017
18 Mar
'17
11:31 p.m.
On Mar 17, 2017, at 8:06 AM, Peter Dimov via Boost
wrote: I'd like to request a review for mp11, a simple C++11 metaprogramming library.
The library implements the approach outlined in my two articles
http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html http://pdimov.com/cpp2/simple_cxx11_metaprogramming_2.html
and is available at
https://github.com/pdimov/mp11/
It supports g++ 4.9 and above, clang 3.6 and above, msvc-12.0, 14.0, 14.1.
Whats the reason for not supporting gcc 4.8?