gcc/libstdc++-v3/include/parallel
Jonathan Wakely 3c732e6fe8 PR libstdc++/88607 replace or remove unnecessary UTF-8 characters
There are a number of UTF-8 characters in comments which add no value
and can be replaced with ASCII equivalents, or removed entirely for the
section sign (U+00A7).

	PR libstdc++/88607
	* include/bits/forward_list.h: Replace UTF-8 "ligature fi" character.
	* include/debug/forward_list: Likewise.
	* include/experimental/bits/shared_ptr.h: Remove UTF-8 "section sign"
	character.
	* include/experimental/chrono: Likewise.
	* include/experimental/functional: Likewise.
	* include/experimental/ratio: Likewise.
	* include/experimental/system_error: Likewise.
	* include/experimental/tuple: Likewise.
	* include/experimental/type_traits: Likewise.
	* include/parallel/workstealing.h: Replace UTF-8 "en dash" character.
	* include/parallel/multiseq_selection.h: Likewise.

From-SVN: r267564
2019-01-03 20:38:11 +00:00
..
algo.h
algobase.h
algorithm
algorithmfwd.h
balanced_quicksort.h
base.h
basic_iterator.h
checkers.h
compatibility.h
compiletime_settings.h
equally_split.h
features.h
find.h
find_selectors.h
for_each.h
for_each_selectors.h
iterator.h
list_partition.h
losertree.h
merge.h
multiseq_selection.h PR libstdc++/88607 replace or remove unnecessary UTF-8 characters 2019-01-03 20:38:11 +00:00
multiway_merge.h
multiway_mergesort.h
numeric
numericfwd.h
omp_loop.h
omp_loop_static.h
par_loop.h
parallel.h
partial_sum.h
partition.h
queue.h
quicksort.h
random_number.h
random_shuffle.h
search.h
set_operations.h
settings.h
sort.h
tags.h
types.h
unique_copy.h
workstealing.h PR libstdc++/88607 replace or remove unnecessary UTF-8 characters 2019-01-03 20:38:11 +00:00