From b4ae7ab091d21e31a30019f5b7816c92dd81035a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 16 Mar 2017 19:59:20 +0200 Subject: [PATCH] Update README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c7f7fd..84b28db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # mp11 Simple C++11 metaprogramming library -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`.