gcc/libstdc++-v3/include/parallel
Johannes Singler 8b0c13a824 multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate difference_type (typedef to _SeqNumber) or _ThreadIndex.
2009-11-09  Johannes Singler  <singler@kit.edu>

	* include/parallel/multiway_merge.h (multiway_merge_*,
	__sequential_multiway_merge, parallel_multiway_merge): Replace
	int by appropriate difference_type (typedef to _SeqNumber) or
	_ThreadIndex.
	* include/parallel/multiseq_selection.h (multiseq_partition,
	multiseq_selection): Replace int by appropriate difference_type
	(typedef to _SeqNumber)
	* include/parallel/base.h (__get_max_threads): Replace int by
	_ThreadIndex.
	* include/parallel/balanced_quicksort.h
	(__qsb_local_sort_with_helping, __parallel_sort_qsb): Likewise.
	* include/parallel/set_operations.h (__parallel_set_operation):
	Likewise.
	* include/parallel/unique_copy.h (__parallel_unique_copy): Likewise.
	* include/parallel/multiway_mergesort.h (_SplitConsistently,
	parallel_sort_mwms_pu, parallel_sort_mwms): Likewise.
	* include/parallel/partial_sum.h (__parallel_partial_sum_linear):
	Likewise.
	* include/parallel/partition.h (__parallel_partition): Replace int
	by appropriate difference_type or _ThreadIndex.

From-SVN: r154039
2009-11-09 16:36:59 +00:00
..
algo.h algo.h: Uglify internal identifiers; correct line breaks. 2009-09-24 08:52:23 +00:00
algobase.h base.h (_EqualFromLess): Move _Compare template parameter to the end as of others. 2009-09-24 07:40:37 +00:00
algorithm
algorithmfwd.h algobase.h: Replace tabs by spaces; correct line breaks. 2009-09-17 08:42:39 +00:00
balanced_quicksort.h multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate difference_type (typedef to _SeqNumber) or _ThreadIndex. 2009-11-09 16:36:59 +00:00
base.h multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate difference_type (typedef to _SeqNumber) or _ThreadIndex. 2009-11-09 16:36:59 +00:00
basic_iterator.h
checkers.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
compatibility.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
compiletime_settings.h algobase.h: Uglify internal identifiers. 2009-09-16 09:47:25 +00:00
equally_split.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
features.h algobase.h: Uglify internal identifiers. 2009-09-16 09:47:25 +00:00
find.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
find_selectors.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
for_each.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
for_each_selectors.h for_each_selectors.h: Minor uglification and stylistic fixes. 2009-10-13 14:57:28 +00:00
iterator.h algobase.h: Replace tabs by spaces; correct line breaks. 2009-09-17 08:42:39 +00:00
list_partition.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
losertree.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
merge.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
multiseq_selection.h multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate difference_type (typedef to _SeqNumber) or _ThreadIndex. 2009-11-09 16:36:59 +00:00
multiway_merge.h multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate difference_type (typedef to _SeqNumber) or _ThreadIndex. 2009-11-09 16:36:59 +00:00
multiway_mergesort.h multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate difference_type (typedef to _SeqNumber) or _ThreadIndex. 2009-11-09 16:36:59 +00:00
numeric multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
numericfwd.h algobase.h: Uglify internal identifiers; correct line breaks. 2009-09-23 08:09:50 +00:00
omp_loop.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
omp_loop_static.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
par_loop.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
parallel.h
partial_sum.h multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate difference_type (typedef to _SeqNumber) or _ThreadIndex. 2009-11-09 16:36:59 +00:00
partition.h multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate difference_type (typedef to _SeqNumber) or _ThreadIndex. 2009-11-09 16:36:59 +00:00
queue.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
quicksort.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
random_number.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
random_shuffle.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
search.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
set_operations.h multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate difference_type (typedef to _SeqNumber) or _ThreadIndex. 2009-11-09 16:36:59 +00:00
settings.h algobase.h: Replace tabs by spaces; correct line breaks. 2009-09-17 08:42:39 +00:00
sort.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
tags.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
types.h base.h: Take integer types from <tr1/cstdint>. 2009-10-02 07:47:48 +00:00
unique_copy.h multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate difference_type (typedef to _SeqNumber) or _ThreadIndex. 2009-11-09 16:36:59 +00:00
workstealing.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00