mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 13:54:19 +08:00
libstdc++: Document addition of libstdc++exp.a
The API Evolution section of the manual should mention when the libstdc++exp.a library was added. libstdc++-v3/ChangeLog: * doc/xml/manual/evolution.xml: Document addition of libstdc++exp.a. * doc/html/*: Regenerate.
This commit is contained in:
parent
a7dea405d5
commit
a3babd7db7
File diff suppressed because one or more lines are too long
@ -485,7 +485,9 @@ and later.
|
||||
</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="api.rel_131"></a><code class="constant">13</code></h3></div></div></div><p>
|
||||
Tunables <span style="color: red"><variable>glibcxx.eh_pool.obj_count</variable></span> and
|
||||
<span style="color: red"><variable>glibcxx.eh_pool.obj_size</variable></span> were added.
|
||||
</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="api.rel_141"></a><code class="constant">14</code></h3></div></div></div><p>
|
||||
</p><p>Static library <code class="filename">libstdc++exp.a</code> was added
|
||||
to provide the symbols for the experimental C++ Contracts support.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="api.rel_133"></a><code class="constant">13.3</code></h3></div></div></div><p>Symols for the Filesystem TS and C++23 <code class="filename"><stacktrace></code>
|
||||
header were added to the static library <code class="filename">libstdc++exp.a</code>.</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="api.rel_141"></a><code class="constant">14</code></h3></div></div></div><p>
|
||||
Deprecate the non-standard overload that allows <code class="code">std::setfill</code>
|
||||
to be used with <code class="code">std::basic_istream</code>.
|
||||
</p><p>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1100,6 +1100,16 @@ Tunables <variable>glibcxx.eh_pool.obj_count</variable> and
|
||||
<variable>glibcxx.eh_pool.obj_size</variable> were added.
|
||||
</para>
|
||||
|
||||
<para>Static library <filename>libstdc++exp.a</filename> was added
|
||||
to provide the symbols for the experimental C++ Contracts support.</para>
|
||||
|
||||
</section>
|
||||
|
||||
<section xml:id="api.rel_133"><info><title><constant>13.3</constant></title></info>
|
||||
|
||||
<para>Symols for the Filesystem TS and C++23 <filename><stacktrace></filename>
|
||||
header were added to the static library <filename>libstdc++exp.a</filename>.</para>
|
||||
|
||||
</section>
|
||||
|
||||
<section xml:id="api.rel_141"><info><title><constant>14</constant></title></info>
|
||||
|
Loading…
Reference in New Issue
Block a user