diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2025-07-17 12:25:17 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2025-07-17 15:40:57 +0100 |
commit | 2954038c821d5f672db89938c4b6feedf29c30aa (patch) | |
tree | 13cf7c265716665610b2d93f9212aa238b9ff0e2 | |
parent | 29d53f6213e0a1569aa8ca9db613b48df642986c (diff) | |
download | gcc-2954038c821d5f672db89938c4b6feedf29c30aa.zip gcc-2954038c821d5f672db89938c4b6feedf29c30aa.tar.gz gcc-2954038c821d5f672db89938c4b6feedf29c30aa.tar.bz2 |
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.
-rw-r--r-- | libstdc++-v3/doc/html/manual/api.html | 3 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/evolution.xml | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/doc/html/manual/api.html b/libstdc++-v3/doc/html/manual/api.html index 4441d9c..f004ddc 100644 --- a/libstdc++-v3/doc/html/manual/api.html +++ b/libstdc++-v3/doc/html/manual/api.html @@ -512,4 +512,7 @@ Nested <code class="code">result_type</code> and <code class="code">argument_typ </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> Deprecated the non-standard overload of <code class="code">std::fabs</code> for <code class="code">std::complex</code> arguments. +</p><p> +Made <code class="code">std::is_integral_v<__int128></code> true for strict +<code class="code">-std</code> dialects. </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>
\ No newline at end of file diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml index 73b9f17..911db8a 100644 --- a/libstdc++-v3/doc/xml/manual/evolution.xml +++ b/libstdc++-v3/doc/xml/manual/evolution.xml @@ -1157,6 +1157,11 @@ Nested <code>result_type</code> and <code>argument_type</code> removed from Deprecated the non-standard overload of <code>std::fabs</code> for <code>std::complex</code> arguments. </para> + +<para> +Made <code>std::is_integral_v<__int128></code> true for strict +<code>-std</code> dialects. +</para> </section> </section> |