From 9bac1d7839f129f93f159c27adaf472ee3ab23a2 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 11 Jan 2024 21:23:48 +0000 Subject: [PATCH] libstdc++: Fix spelling mistake in new doc addition libstdc++-v3/ChangeLog: * doc/xml/manual/evolution.xml: Fix spelling. * doc/html/manual/api.html: Regenerate. --- libstdc++-v3/doc/html/manual/api.html | 6 ++++-- libstdc++-v3/doc/xml/manual/evolution.xml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/api.html b/libstdc++-v3/doc/html/manual/api.html index ddf1ec9785b..59ed4c88862 100644 --- a/libstdc++-v3/doc/html/manual/api.html +++ b/libstdc++-v3/doc/html/manual/api.html @@ -486,8 +486,10 @@ and later. Tunables <variable>glibcxx.eh_pool.obj_count</variable> and <variable>glibcxx.eh_pool.obj_size</variable> were added.

Static library libstdc++exp.a was added -to provide the symbols for the experimental C++ Contracts support.

13.3

Symols for the Filesystem TS and C++23 <stacktrace> -header were added to the static library libstdc++exp.a.

14

+to provide the symbols for the experimental C++ Contracts support.

13.3

+Symbols for the Filesystem TS and C++23 <stacktrace> +header were added to the static library libstdc++exp.a. +

14

Deprecate the non-standard overload that allows std::setfill to be used with std::basic_istream.

diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml index 63666b7b24c..a375ae14b83 100644 --- a/libstdc++-v3/doc/xml/manual/evolution.xml +++ b/libstdc++-v3/doc/xml/manual/evolution.xml @@ -1107,8 +1107,10 @@ to provide the symbols for the experimental C++ Contracts support.

<constant>13.3</constant> -Symols for the Filesystem TS and C++23 <stacktrace> -header were added to the static library libstdc++exp.a. + +Symbols for the Filesystem TS and C++23 <stacktrace> +header were added to the static library libstdc++exp.a. +
-- 2.11.4.GIT