Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.90.0.
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)