Skip to content

Commit 2954038

Browse files
committed
libstdc++: Document change in __int128 traits [PRPR96710]
libstdc++-v3/ChangeLog: PR libstdc++/96710 * doc/xml/manual/evolution.xml: Document change or __int128. * doc/html/manual/api.html: Regenerate.
1 parent 29d53f6 commit 2954038

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

libstdc++-v3/doc/html/manual/api.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,4 +512,7 @@
512512
</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="api.rel_16"></a><code class="constant">16</code></h3></div></div></div><p>
513513
Deprecated the non-standard overload of <code class="code">std::fabs</code> for
514514
<code class="code">std::complex</code> arguments.
515+
</p><p>
516+
Made <code class="code">std::is_integral_v&lt;__int128&gt;</code> true for strict
517+
<code class="code">-std</code> dialects.
515518
</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="abi.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="appendix_porting.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backwards.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ABI Policy and Guidelines </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Backwards Compatibility</td></tr></table></div></body></html>

libstdc++-v3/doc/xml/manual/evolution.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,11 @@ Nested <code>result_type</code> and <code>argument_type</code> removed from
11571157
Deprecated the non-standard overload of <code>std::fabs</code> for
11581158
<code>std::complex</code> arguments.
11591159
</para>
1160+
1161+
<para>
1162+
Made <code>std::is_integral_v&lt;__int128&gt;</code> true for strict
1163+
<code>-std</code> dialects.
1164+
</para>
11601165
</section>
11611166

11621167
</section>

0 commit comments

Comments
 (0)