Ticket #5240: mpl-links.patch
File mpl-links.patch, 1.9 KB (added by , 12 years ago) |
---|
-
libs/mpl/doc/tutorial/apply-lambda-semantics.html
78 78 </ol> 79 79 <p>To get a detailed picture of the new apply/lambda semantics, please 80 80 see the test case at 81 <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>81 <a class="reference" href="../../test/apply.cpp" target="_top">libs/mpl/test/apply.cpp</a> 82 82 and the corresponding sections of the MPL <a class="reference" href="./reference-manual.html">reference manual</a>.</p> 83 83 <table class="footnote" frame="void" id="id21" rules="none"> 84 84 <colgroup><col class="label" /><col /></colgroup> -
libs/mpl/doc/tutorial/numeric-metafunction.html
24 24 largest/most general of the argument types. The infrastructure 25 25 allows user-defined numeric types to be freely intermixed with 26 26 predefined library types. See 27 <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>27 <a class="reference" href="../../test/numeric_ops.cpp" target="_top">libs/mpl/test/numeric_ops.cpp</a> 28 28 for an illustrative example, and the <a class="reference" href="./reference-manual.html">reference manual</a> for 29 29 the formal infrastructure specification.</p> 30 30 <p>If you were using MPL numeric metafunctions on your own integral