r267564 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Jan 3 20:38:00 GMT 2019


Author: redi
Date: Thu Jan  3 20:38:11 2019
New Revision: 267564

URL: https://gcc.gnu.org/viewcvs?rev=267564&root=gcc&view=rev
Log:
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.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/forward_list.h
    trunk/libstdc++-v3/include/debug/forward_list
    trunk/libstdc++-v3/include/experimental/bits/shared_ptr.h
    trunk/libstdc++-v3/include/experimental/chrono
    trunk/libstdc++-v3/include/experimental/functional
    trunk/libstdc++-v3/include/experimental/ratio
    trunk/libstdc++-v3/include/experimental/system_error
    trunk/libstdc++-v3/include/experimental/tuple
    trunk/libstdc++-v3/include/experimental/type_traits
    trunk/libstdc++-v3/include/parallel/multiseq_selection.h
    trunk/libstdc++-v3/include/parallel/workstealing.h



More information about the Libstdc++-cvs mailing list