From 9069e34825d0b27060d74c7cf72737c99e1ae5c3 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 7 Jun 2017 00:27:38 +0300 Subject: [PATCH] Update overview.adoc --- doc/mp11/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mp11/overview.adoc b/doc/mp11/overview.adoc index 23711b3..f7e8536 100644 --- a/doc/mp11/overview.adoc +++ b/doc/mp11/overview.adoc @@ -14,7 +14,7 @@ Mp11 is a C++11 metaprogramming library based on template aliases and variadic t It implements the approach outlined in the article http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html["Simple {cpp} metaprogramming"] and http://pdimov.com/cpp2/simple_cxx11_metaprogramming_2.html[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 template aliases of the form `F` and data structures are lists of the form `L`,