$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: nesotto_at_[hidden]
Date: 2008-07-22 05:15:00
Author: nesotto
Date: 2008-07-22 05:15:00 EDT (Tue, 22 Jul 2008)
New Revision: 47678
URL: http://svn.boost.org/trac/boost/changeset/47678
Log:
update in response to inspection report
Text files modified: 
   trunk/libs/range/doc/upgrading.html |     5 +++--                                   
   1 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/libs/range/doc/upgrading.html
==============================================================================
--- trunk/libs/range/doc/upgrading.html	(original)
+++ trunk/libs/range/doc/upgrading.html	2008-07-22 05:15:00 EDT (Tue, 22 Jul 2008)
@@ -26,8 +26,9 @@
             the new function <a
             href="boost_range.html#as_literal">as_literal()</a>.</li>
         <li><a 
-            href="file:///D:/boost/trunk/libs/range/doc/boost_range.html#size">boost::size()</a> now requires a Random Access Range. The old behavior is provided as <a 
-            href="file:///D:/boost/trunk/libs/range/doc/boost_range.html#distance">boost::distance()</a> </li>   
+            href="boost_range.html#size">boost::size()</a> now requires a Random
+            Access Range. The old behavior is provided as <a
+            href="boost_range.html#distance">boost::distance()</a> </li>   
         <li> <code>range_size<T>::type</code> has been completely removed 
             in favor of <code>range_difference<T>::type</code>
             <li>