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