mirror of
https://github.com/boostorg/mpl.git
synced 2025-10-03 11:10:59 +02:00
Apply typo fixes from Julio M. Merino Vidal
[SVN r27513]
This commit is contained in:
@@ -105,8 +105,8 @@ invoke a lambda expression, you should always pass it to
|
|||||||
to in lieu of using <tt class="literal"><span class="pre">lambda</span></tt> and invoking the result "manually."</dd>
|
to in lieu of using <tt class="literal"><span class="pre">lambda</span></tt> and invoking the result "manually."</dd>
|
||||||
<dt>Lazy evaluation.</dt>
|
<dt>Lazy evaluation.</dt>
|
||||||
<dd>A strategy of delaying evaluation until a result is
|
<dd>A strategy of delaying evaluation until a result is
|
||||||
required, thereby avoiding any unneccessary computation and any
|
required, thereby avoiding any unnecessary computation and any
|
||||||
associated unneccessary errors. Metafunctions are only invoked
|
associated unnecessary errors. Metafunctions are only invoked
|
||||||
when we access their nested <tt class="literal"><span class="pre">::type</span></tt>s, so we can supply all
|
when we access their nested <tt class="literal"><span class="pre">::type</span></tt>s, so we can supply all
|
||||||
of their arguments without performing any computation and
|
of their arguments without performing any computation and
|
||||||
delay evaluation to the last possible moment.</dd>
|
delay evaluation to the last possible moment.</dd>
|
||||||
|
Reference in New Issue
Block a user