diff --git a/doc/upgrading.html b/doc/upgrading.html new file mode 100644 index 0000000..fdab5ab --- /dev/null +++ b/doc/upgrading.html @@ -0,0 +1,78 @@ + + + +
+ +![]() |
+ Boost.Range |
+
+ Boost v. 1.35 introduced some larger refactorings of the library: +
+range_size<T>::type
has been completely removed
+ in favor of range_difference<T>::type
+ boost_range_begin()
and boost_range_end()
+ have been renamed range_begin()
and range_begin()
, respectively.range_result_iterator<T>::type
and
+ range_reverse_result_iterator<T>::type
are have
+ been renamed
+ range_iterator<T>::type
and
+ range_reverse_iterator<T>::type
.
+ + © Copyright Thorsten Ottosen 2008. +
+ ++ Distributed under the Boost Software License, Version 1.0. (See + accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt) +
+ +