gcc/libstdc++-v3/include/pstl
Thomas Rodgers 9762ea561d Cleanup algorithm implementations
* include/pstl/glue_algorithm_impl.h (stable_sort): Forward
        execution policy.
	(mismatch): Forward execution policy.
	(equal): Qualify call to std::equal().
	(partial_sort): Forward execution policy.
	(inplace_merge): Forward execution policy.

From-SVN: r270471
2019-04-20 22:45:58 +00:00
..
algorithm_fwd.h
algorithm_impl.h Improve implementation of parallel equal() 2019-04-19 22:44:11 +00:00
execution_defs.h
execution_impl.h
glue_algorithm_defs.h
glue_algorithm_impl.h Cleanup algorithm implementations 2019-04-20 22:45:58 +00:00
glue_execution_defs.h
glue_memory_defs.h
glue_memory_impl.h
glue_numeric_defs.h
glue_numeric_impl.h
LICENSE.txt
memory_impl.h
numeric_fwd.h
numeric_impl.h Uglify identifiers missed in previous commit(s) 2019-04-13 00:13:46 +00:00
parallel_backend_tbb.h Uglify identifiers missed in previous commit(s) 2019-04-13 00:13:46 +00:00
parallel_backend_utils.h Replace direct PSTL uses of assert() with a macro 2019-04-11 20:40:40 +00:00
parallel_backend.h
parallel_impl.h
pstl_config.h
unseq_backend_simd.h
utils.h