forked from boostorg/mp11
Update mp11.html
This commit is contained in:
@@ -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
|
It implements the approach outlined in the article
|
||||||
<a href="http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html">"Simple C++ metaprogramming"</a>
|
<a href="http://pdimov.com/cpp2/simple_cxx11_metaprogramming.html">"Simple C++ metaprogramming"</a>
|
||||||
and <a href="http://pdimov.com/cpp2/simple_cxx11_metaprogramming_2.html">its sequel</a>. Reading these
|
and <a href="http://pdimov.com/cpp2/simple_cxx11_metaprogramming_2.html">its sequel</a>. Reading these
|
||||||
articles before proceeding with this documentation is highly recommended.</p>
|
articles before proceeding with this documentation is <em>highly</em> recommended.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
<p>The general principles upon which Mp11 is built are that algorithms and metafunctions are
|
<p>The general principles upon which Mp11 is built are that algorithms and metafunctions are
|
||||||
@@ -2847,7 +2847,7 @@ expression <code>f(std::get<J>(std::forward<Tp>(tp)))</code> for <co
|
|||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2017-06-06 19:11:08 GTBDT
|
Last updated 2017-06-07 00:11:03 GTBDT
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user