From 6f1e30778bbb34aad3863d27b365ea5e1eca2554 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 9 Jan 2018 00:20:13 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 638dab3..e09ac19 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. 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/). +Mp11 is part of [Boost](http://boost.org/libs/mp11), starting with release 1.66.0. ## Supported compilers