PR libstdc++/88607 replace or remove unnecessary UTF-8 characters
authorJonathan Wakely <jwakely@redhat.com>
Thu, 3 Jan 2019 20:38:11 +0000 (20:38 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 3 Jan 2019 20:38:11 +0000 (20:38 +0000)
commit3c732e6fe849afb4006782c0e34913db05b2c1d2
tree499985595a9efd807bd5b8aef49c4fea87cbbd38
parentdd87c5c2283406aa06d262d383fbfb88d152fe22
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
12 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/forward_list.h
libstdc++-v3/include/debug/forward_list
libstdc++-v3/include/experimental/bits/shared_ptr.h
libstdc++-v3/include/experimental/chrono
libstdc++-v3/include/experimental/functional
libstdc++-v3/include/experimental/ratio
libstdc++-v3/include/experimental/system_error
libstdc++-v3/include/experimental/tuple
libstdc++-v3/include/experimental/type_traits
libstdc++-v3/include/parallel/multiseq_selection.h
libstdc++-v3/include/parallel/workstealing.h