range/test/algorithm_test
2014-06-16 11:45:41 +01:00
..
adjacent_find.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
binary_search.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
copy_backward.cpp fixed and resolved missing coverage in the copy_backward unit test. 2014-06-16 11:45:41 +01:00
copy_n.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
copy.cpp [boost][range] - removed warnings found building with clang 3.2. 2013-09-16 11:21:36 +00:00
count_if.cpp [boost][range] - Improved the implementation of strided range to eliminate requirements for boost::size(rng) to be a valid expression. Each traversal category of strided_iterator is now individually implemented. 2010-12-26 20:33:33 +00:00
count.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
equal_range.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
equal.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
fill.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
find_end.cpp [boost][range] - Improved the tests by implementing outside of the boost namespace to better simulate real world usage. 2011-01-03 01:33:04 +00:00
find_first_of.cpp [boost][range] - Improved the tests by implementing outside of the boost namespace to better simulate real world usage. 2011-01-03 01:33:04 +00:00
find_if.cpp [boost][range] - Improved the tests by implementing outside of the boost namespace to better simulate real world usage. 2011-01-03 01:33:04 +00:00
find.cpp test find works as a contains function. 2014-04-08 16:45:34 +01:00
for_each.cpp [boost][range] - Trac 5971 - size() should return an unsigned type. 2012-04-15 11:52:01 +00:00
generate.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
heap.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
includes.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
inplace_merge.cpp eliminate unused local typedef and signed/unsigned comparison warnings. 2014-02-27 16:34:58 +00:00
lexicographical_compare.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
lower_bound.cpp [boost][range] - Improved the tests by implementing outside of the boost namespace to better simulate real world usage. 2011-01-03 01:33:04 +00:00
max_element.cpp eliminate unused local typedef and signed/unsigned comparison warnings. 2014-02-27 16:34:58 +00:00
merge.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
min_element.cpp eliminate unused local typedef and signed/unsigned comparison warnings. 2014-02-27 16:34:58 +00:00
mismatch.cpp eliminate unused local typedef and signed/unsigned comparison warnings. 2014-02-27 16:34:58 +00:00
next_permutation.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
nth_element.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
partial_sort.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
partition.cpp [boost][range] - Improved the tests by implementing outside of the boost namespace to better simulate real world usage. 2011-01-03 01:33:04 +00:00
prev_permutation.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
random_shuffle.cpp eliminate unused local typedef and signed/unsigned comparison warnings. 2014-02-27 16:34:58 +00:00
remove_copy_if.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
remove_copy.cpp eliminate unused local typedef and signed/unsigned comparison warnings. 2014-02-27 16:34:58 +00:00
remove_if.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
remove.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
replace_copy_if.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
replace_copy.cpp eliminate unused local typedef and signed/unsigned comparison warnings. 2014-02-27 16:34:58 +00:00
replace_if.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
replace.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
reverse_copy.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
reverse.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
rotate_copy.cpp eliminate unused local typedef and signed/unsigned comparison warnings. 2014-02-27 16:34:58 +00:00
rotate.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
search_n.cpp eliminate unused local typedef and signed/unsigned comparison warnings. 2014-02-27 16:34:58 +00:00
search.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
set_difference.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
set_intersection.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
set_symmetric_difference.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
set_union.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
sort.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
stable_partition.cpp [boost][range] - removed warnings found building with clang 3.2. 2013-09-16 11:21:36 +00:00
stable_sort.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
swap_ranges.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
transform.cpp [boost][range] - removed warnings found building with clang 3.2. 2013-09-16 11:21:36 +00:00
unique_copy.cpp [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:12:49 +00:00
unique.cpp [boost][range] - fix for ticket 6888 - unique predicate overloads 2013-09-15 19:44:36 +00:00
upper_bound.cpp [boost][range] - Improved the tests by implementing outside of the boost namespace to better simulate real world usage. 2011-01-03 01:33:04 +00:00