mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
Applied documentation patch from Daniel James. Fix Ticket #5240
[SVN r71159]
This commit is contained in:
committed by
Daniel James
parent
3bf644fc10
commit
74fef329d4
@@ -78,7 +78,7 @@ one.</p>
|
|||||||
</ol>
|
</ol>
|
||||||
<p>To get a detailed picture of the new apply/lambda semantics, please
|
<p>To get a detailed picture of the new apply/lambda semantics, please
|
||||||
see the test case at
|
see the test case at
|
||||||
<a class="reference" href="http://cvs.sourceforge.net/viewcvs.py/boost/boost/libs/mpl/test/apply.cpp?view=markup" target="_top">http://cvs.sourceforge.net/viewcvs.py/boost/boost/libs/mpl/test/apply.cpp?view=markup</a>
|
<a class="reference" href="../../test/apply.cpp" target="_top">libs/mpl/test/apply.cpp</a>
|
||||||
and the corresponding sections of the MPL <a class="reference" href="./reference-manual.html">reference manual</a>.</p>
|
and the corresponding sections of the MPL <a class="reference" href="./reference-manual.html">reference manual</a>.</p>
|
||||||
<table class="footnote" frame="void" id="id21" rules="none">
|
<table class="footnote" frame="void" id="id21" rules="none">
|
||||||
<colgroup><col class="label" /><col /></colgroup>
|
<colgroup><col class="label" /><col /></colgroup>
|
||||||
|
@@ -24,7 +24,7 @@ arguments of different types, and the result will yield the
|
|||||||
largest/most general of the argument types. The infrastructure
|
largest/most general of the argument types. The infrastructure
|
||||||
allows user-defined numeric types to be freely intermixed with
|
allows user-defined numeric types to be freely intermixed with
|
||||||
predefined library types. See
|
predefined library types. See
|
||||||
<a class="reference" href="http://cvs.sourceforge.net/viewcvs.py/boost/boost/libs/mpl/test/numeric_ops.cpp?view=markup" target="_top">http://cvs.sourceforge.net/viewcvs.py/boost/boost/libs/mpl/test/numeric_ops.cpp?view=markup</a>
|
<a class="reference" href="../../test/numeric_ops.cpp" target="_top">libs/mpl/test/numeric_ops.cpp</a>
|
||||||
for an illustrative example, and the <a class="reference" href="./reference-manual.html">reference manual</a> for
|
for an illustrative example, and the <a class="reference" href="./reference-manual.html">reference manual</a> for
|
||||||
the formal infrastructure specification.</p>
|
the formal infrastructure specification.</p>
|
||||||
<p>If you were using MPL numeric metafunctions on your own integral
|
<p>If you were using MPL numeric metafunctions on your own integral
|
||||||
|
Reference in New Issue
Block a user