From 2dab8cfbc9fcd88bf77fa118b4f604eb3c9df7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?= Date: Tue, 22 Jul 2008 09:15:00 +0000 Subject: [PATCH] update in response to inspection report [SVN r47678] --- doc/upgrading.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/upgrading.html b/doc/upgrading.html index fdab5ab..2d76111 100644 --- a/doc/upgrading.html +++ b/doc/upgrading.html @@ -26,8 +26,9 @@ the new function as_literal().
  • boost::size() now requires a Random Access Range. The old behavior is provided as boost::distance()
  • + href="boost_range.html#size">boost::size() now requires a Random + Access Range. The old behavior is provided as boost::distance()
  • range_size<T>::type has been completely removed in favor of range_difference<T>::type