From 3e9845f34f9658bfd19749f6530e1c8cc60dcde8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 7 Jun 2017 00:39:45 +0300 Subject: [PATCH] Update mp11.html --- doc/html/mp11.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/mp11.html b/doc/html/mp11.html index 5dcf8ee..2a9c058 100644 --- a/doc/html/mp11.html +++ b/doc/html/mp11.html @@ -609,7 +609,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b It implements the approach outlined in the article "Simple C++ metaprogramming" and its sequel. Reading these -articles before proceeding with this documentation is highly recommended.

+articles before proceeding with this documentation is highly recommended.

The general principles upon which Mp11 is built are that algorithms and metafunctions are @@ -2847,7 +2847,7 @@ expression f(std::get<J>(std::forward<Tp>(tp))) for