From 181c74592f1c76fb28d4ad1a8a74d97b47f30624 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 4 Aug 2017 11:14:37 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d76eba1..638dab3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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). -As of 2017-08-02, Mp11 is part of Boost. +As of 2017-08-02, Mp11 is part of Boost. It hasn't appeared in a release yet, but [a snapshot of the documentation is available](http://www.boost.org/doc/libs/develop/libs/mp11/). ## Supported compilers