1
0
forked from boostorg/mp11

Update overview.adoc

This commit is contained in:
Peter Dimov
2017-06-07 00:27:38 +03:00
committed by GitHub
parent b7839dbdb5
commit 9069e34825

View File

@@ -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<T...>` and data structures are lists of the form `L<T...>`,