From 26b096f65db8b158f03b564f6df7c17d8e09ac14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?= Date: Tue, 22 Jul 2008 09:29:56 +0000 Subject: [PATCH] update in response to inspection report [SVN r47681] --- doc/upgrading.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/upgrading.html b/doc/upgrading.html index fdab5ab..f94e73b 100644 --- a/doc/upgrading.html +++ b/doc/upgrading.html @@ -26,8 +26,8 @@ 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