Files
mp11/README.md

7 lines
319 B
Markdown
Raw Normal View History

2015-06-21 14:21:27 +03:00
# mp11
Simple C++11 metaprogramming library
2015-06-21 19:58:49 +03:00
2017-03-16 19:59:20 +02:00
For background, please see the article ["Simple C++11 metaprogramming"](http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html).
The library should be placed in a subdirectory `libs/mp11` in a Boost distribution. There is reference documentation in `doc/html/mp11.html`.