mirror of
https://github.com/boostorg/mpl.git
synced 2025-07-30 21:07:25 +02:00
fix typos in the documentation
This commit is contained in:
@ -35,7 +35,7 @@ metafunctions. It provides a conceptual foundation and an extensive
|
|||||||
set of powerful and coherent tools that make doing explict metaprogramming
|
set of powerful and coherent tools that make doing explict metaprogramming
|
||||||
in C++ as easy and enjoyable as possible within the current language.</p>
|
in C++ as easy and enjoyable as possible within the current language.</p>
|
||||||
<p>There are several places to start when getting familiar with the library,
|
<p>There are several places to start when getting familiar with the library,
|
||||||
depending on what your know about metaprogramming in general and
|
depending on what you know about metaprogramming in general and
|
||||||
C++ template metaprogramming in particular. Starting with
|
C++ template metaprogramming in particular. Starting with
|
||||||
Boost version 1.32, the MPL comes with both an <a class="reference" href="./tutorial/tutorial-metafunctions.html">in-depth tutorial</a> on its
|
Boost version 1.32, the MPL comes with both an <a class="reference" href="./tutorial/tutorial-metafunctions.html">in-depth tutorial</a> on its
|
||||||
fundamental concepts and an annotated <a class="reference" href="./tutorial/reference-manual.html">reference manual</a> covering all concepts
|
fundamental concepts and an annotated <a class="reference" href="./tutorial/reference-manual.html">reference manual</a> covering all concepts
|
||||||
|
@ -113,7 +113,7 @@ arguments), which comes down to the follwing two criteria:</p>
|
|||||||
placeholders do contain these).</li>
|
placeholders do contain these).</li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>If these two hold, you can safely put <tt class="literal"><span class="pre">BOOST_MPL_AUX_LAMBDA_SUPPORT</span></tt> inside
|
<p>If these two hold, you can safely put <tt class="literal"><span class="pre">BOOST_MPL_AUX_LAMBDA_SUPPORT</span></tt> inside
|
||||||
your metafunction and forget about the issue. If not, your are out of luck and
|
your metafunction and forget about the issue. If not, you are out of luck and
|
||||||
probably have to write a metafunction class instead.</p>
|
probably have to write a metafunction class instead.</p>
|
||||||
<p>The good news are that most of the MPL's own metafunctions and <a class="reference" href="../../../type_traits/index.html" target="_top">Boost.Type Traits</a>
|
<p>The good news are that most of the MPL's own metafunctions and <a class="reference" href="../../../type_traits/index.html" target="_top">Boost.Type Traits</a>
|
||||||
templates are "placeholder-safe" and have the workaround applied to them, so
|
templates are "placeholder-safe" and have the workaround applied to them, so
|
||||||
|
Reference in New Issue
Block a user