1
0
forked from boostorg/mp11

Update README.md

This commit is contained in:
Peter Dimov
2017-05-22 14:25:49 +03:00
committed by GitHub
parent 87bbd2ccb3
commit 55cb3c082a

View File

@@ -3,3 +3,9 @@
For background, please see the article ["Simple C++11 metaprogramming"](http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html). 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`. The library should be placed in a subdirectory `libs/mp11` in a Boost distribution. There is reference documentation in `doc/html/mp11.html`.
Supported compilers:
* g++ 4.7 or later
* clang 3.5 or later
* Visual Studio 2013, 2015, 2017