Files
mp11/README.md

12 lines
468 B
Markdown
Raw Normal View History

2017-03-16 20:02:06 +02:00
# mp11, a 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).
2017-05-24 05:09:53 +03:00
The library should be placed in a subdirectory `libs/mp11` in a Boost distribution. There is [documentation](https://rawgit.com/pdimov/mp11/master/doc/html/mp11.html) in `doc/html/mp11.html`.
2017-05-22 14:25:49 +03:00
Supported compilers:
* g++ 4.7 or later
* clang 3.5 or later
* Visual Studio 2013, 2015, 2017