diff --git a/README.md b/README.md index 80c9bfc..d76eba1 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,9 @@ Mp11 is a C++11 metaprogramming library based on template aliases and variadic templates. It implements the approach outlined in the article ["Simple C++11 metaprogramming"](http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html) -and [its sequel](http://pdimov.com/cpp2/simple_cxx11_metaprogramming_2.html). Reading these -articles before proceeding with the documentation is _highly_ recommended. +and [its sequel](http://pdimov.com/cpp2/simple_cxx11_metaprogramming_2.html). -The library is intended to be placed in a subdirectory `libs/mp11` in a Boost distribution, -but can also be used standalone, although it does require Boost.Config. A single-header form -is available in [include/boost/mp11_single.hpp](include/boost/mp11_single.hpp). - -The Mp11 documentation is included in the repository and [can be browsed here](https://rawgit.com/pdimov/mp11/master/doc/html/mp11.html). +As of 2017-08-02, Mp11 is part of Boost. ## Supported compilers @@ -18,7 +13,7 @@ The Mp11 documentation is included in the repository and [can be browsed here](h * clang++ 3.5 or later * Visual Studio 2013, 2015, 2017 -Tested on [Travis](https://travis-ci.org/pdimov/mp11/) and [Appveyor](https://ci.appveyor.com/project/pdimov/mp11/). +Tested on [Travis](https://travis-ci.org/boostorg/mp11/) and [Appveyor](https://ci.appveyor.com/project/pdimov/mp11/). ## License