$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71159 - trunk/libs/mpl/doc/tutorial
From: joel.falcou_at_[hidden]
Date: 2011-04-10 03:07:03
Author: jfalcou
Date: 2011-04-10 03:07:01 EDT (Sun, 10 Apr 2011)
New Revision: 71159
URL: http://svn.boost.org/trac/boost/changeset/71159
Log:
Applied documentation patch from Daniel James. Fix Ticket #5240
Text files modified: 
   trunk/libs/mpl/doc/tutorial/apply-lambda-semantics.html |     2 +-                                      
   trunk/libs/mpl/doc/tutorial/numeric-metafunction.html   |     2 +-                                      
   2 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/mpl/doc/tutorial/apply-lambda-semantics.html
==============================================================================
--- trunk/libs/mpl/doc/tutorial/apply-lambda-semantics.html	(original)
+++ trunk/libs/mpl/doc/tutorial/apply-lambda-semantics.html	2011-04-10 03:07:01 EDT (Sun, 10 Apr 2011)
@@ -78,7 +78,7 @@
 </ol>
 <p>To get a detailed picture of the new apply/lambda semantics, please
 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 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>
 <table class="footnote" frame="void" id="id21" rules="none">
 <colgroup><col class="label" /><col /></colgroup>
Modified: trunk/libs/mpl/doc/tutorial/numeric-metafunction.html
==============================================================================
--- trunk/libs/mpl/doc/tutorial/numeric-metafunction.html	(original)
+++ trunk/libs/mpl/doc/tutorial/numeric-metafunction.html	2011-04-10 03:07:01 EDT (Sun, 10 Apr 2011)
@@ -24,7 +24,7 @@
 largest/most general of the argument types. The infrastructure
 allows user-defined numeric types to be freely intermixed with
 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 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
 the formal infrastructure specification.</p>
 <p>If you were using MPL numeric metafunctions on your own integral