Ticket #5240: mpl-links.patch

File mpl-links.patch, 1.9 KB (added by Daniel James, 12 years ago)
  • libs/mpl/doc/tutorial/apply-lambda-semantics.html

     
    7878</ol>
    7979<p>To get a detailed picture of the new apply/lambda semantics, please
    8080see 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>
    8282and the corresponding sections of the MPL <a class="reference" href="./reference-manual.html">reference manual</a>.</p>
    8383<table class="footnote" frame="void" id="id21" rules="none">
    8484<colgroup><col class="label" /><col /></colgroup>
  • libs/mpl/doc/tutorial/numeric-metafunction.html

     
    2424largest/most general of the argument types. The infrastructure
    2525allows user-defined numeric types to be freely intermixed with
    2626predefined 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>
    2828for an illustrative example, and the <a class="reference" href="./reference-manual.html">reference manual</a> for
    2929the formal infrastructure specification.</p>
    3030<p>If you were using MPL numeric metafunctions on your own integral