forked from boostorg/range
Boost.Range added unit tests for extended algorithms.
Put the extended algorithms into boost::range in a similar manner to the standard algorithms. Added iota as an extended algorithm. Fixed defects in the extended algorithms brought to light by the new unit tests. [SVN r61042]
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#include <boost/range/algorithm_ext/copy_n.hpp>
|
||||
#include <boost/range/algorithm_ext/for_each.hpp>
|
||||
#include <boost/range/algorithm_ext/is_sorted.hpp>
|
||||
#include <boost/range/algorithm_ext/iota.hpp>
|
||||
#include <boost/range/algorithm_ext/overwrite.hpp>
|
||||
#include <boost/range/algorithm_ext/push_back.hpp>
|
||||
#include <boost/range/algorithm_ext/push_front.hpp>
|
||||
|
Reference in New Issue
Block a user