gcc/libstdc++-v3/testsuite/20_util/function_objects
Jonathan Wakely 38d68cf0f5 Fix incorrect results from std::boyer_moore_searcher
* include/std/functional (default_searcher, __boyer_moore_array_base)
	(__is_std_equal_to, __boyer_moore_base_t, boyer_moore_searcher)
	(boyer_moore_horspool_searcher): Remove redundant namespace
	qualification.
	(default_searcher::operator()): Construct return value early and
	advance second member in-place.
	(boyer_moore_horspool_searcher::operator()): Increment random access
	iterator directly instead of using std::next.
	(boyer_moore_searcher::operator()): Fix return value.
	* testsuite/20_util/function_objects/searchers.cc: Check both parts
	of return values.

From-SVN: r246964
2017-04-18 12:08:00 +01:00
..
binders
invoke P0604R0 add invoke_result, is_invocable etc. for C++17 2017-03-10 15:29:38 +00:00
mem_fn
not_fn P0604R0 add invoke_result, is_invocable etc. for C++17 2017-03-10 15:29:38 +00:00
comparisons_void.cc
comparisons.cc
constexpr.cc
dr660.cc
searchers.cc Fix incorrect results from std::boyer_moore_searcher 2017-04-18 12:08:00 +01:00